mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
One more fix
This commit is contained in:
parent
3eae2ec14b
commit
83c94ad138
11
.github/workflows/upwiki.yml
vendored
11
.github/workflows/upwiki.yml
vendored
@ -33,8 +33,9 @@ jobs:
|
||||
|
||||
- name: Push wiki content
|
||||
run: |
|
||||
rsync -av --delete main_repo/docs/wiki/ wiki_repo/ --exclude .git
|
||||
cd wiki_repo
|
||||
git add .
|
||||
git commit -m "Update wiki content"
|
||||
git push -f --set-upstream https://${{ secrets.REPO_FULL_TOKEN }}@github.com/${{ github.repository }}.wiki.git master
|
||||
rsync -av --delete main_repo/docs/wiki/ wiki_repo/ --exclude .git;
|
||||
cd wiki_repo;
|
||||
git add .;
|
||||
if git commit -m "Update wiki content"; then
|
||||
git push -f --set-upstream https://${{ secrets.REPO_FULL_TOKEN }}@github.com/${{ github.repository }}.wiki.git master;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user