Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
NiBa97 committed Apr 7, 2024
1 parent c034e77 commit 856050c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wiki-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Push to wiki
run: |
git clone https://${{ secrets.WIKI_TOKEN }}@github.com/${{ github.repository }}.wiki.git
rsync -a --delete wiki/ ./${{ github.repository }}.wiki/
ls
rsync -av --delete wiki/ ./${{ github.repository }}.wiki/ --exclude .git
cd ./${{ github.repository }}.wiki
git config user.name WikiBot
git config user.email wiki_bot@users.noreply.github.com
Expand Down

0 comments on commit 856050c

Please sign in to comment.