Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizarrus committed Sep 10, 2024
2 parents 9c7fb5f + 3e61fc3 commit 8fb7a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "fruithost@users.noreply.github.com"
cd ./wiki/
git add .
git diff-index --quiet HEAD || git commit -m "${{ env.CI_COMMIT_MESSAGE }}" && git push

0 comments on commit 8fb7a36

Please sign in to comment.