Skip to content

Commit

Permalink
Push step added
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilFreelancer committed Dec 21, 2024
1 parent 9160f45 commit 4713ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-docs-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
if [ -n "$(git status --porcelain)" ]; then
git add .
git commit -m "chore: auto-update wiki from docs"
git push origin master
else
echo "No changes to commit"
fi

0 comments on commit 4713ca8

Please sign in to comment.