Skip to content

Commit

Permalink
resolve rsync error
Browse files Browse the repository at this point in the history
  • Loading branch information
JHogenboom committed Jul 5, 2024
1 parent effaed7 commit 91f2f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.wiki.git wiki
# Synchronize updated or new Markdown files to the wiki, without deleting anything
rsync -av --update ../converted_md/ wiki/
rsync -av --update converted_md/ wiki/
cd wiki
Expand Down

0 comments on commit 91f2f1c

Please sign in to comment.