Skip to content

Commit

Permalink
Update publish_docs_to_wiki.yml
Browse files Browse the repository at this point in the history
try to make wiki work
  • Loading branch information
SeverinAlexB authored May 1, 2024
1 parent e63278c commit 9cc647b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs_to_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
cd tmp_wiki
git add .
git commit -m "Update Wiki content"
git push -f --set-upstream https://$USER_TOKEN@github.com/$OWNER/$REPOSITORY_NAME.wiki.git main
git push -f --set-upstream https://$USER_TOKEN@github.com/$OWNER/$REPOSITORY_NAME.wiki.git master

0 comments on commit 9cc647b

Please sign in to comment.