Skip to content

Commit

Permalink
fix dir for remote host
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 7, 2024
1 parent b7361bc commit f151604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Sync the docs
run: |
rsync -av --delete ./docs/pages/ ./external-docs/docs/pages/starship/
rsync -av --delete ./docs/pages/ ./external-docs/pages/starship/
cd external-docs
git config user.name 'GitHub Action'
git config user.email 'action@github.com'
Expand Down

0 comments on commit f151604

Please sign in to comment.