Skip to content

Commit

Permalink
Fix use of rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi committed Jul 1, 2024
1 parent 5683269 commit 294c36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Sync the website content
run: |
rsync -av --delete scipy.org/content/en scipy.org-translations/content/en/
rsync -av --delete scipy.org/content/en scipy.org-translations/content/
cd scipy.org-translations
git checkout -b ${{ env.BRANCH_NAME }}
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 294c36b

Please sign in to comment.