Skip to content

Commit

Permalink
workflows: Fix documentation workflow (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuhn committed Jul 13, 2021
1 parent 9f56306 commit a82bce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
git config user.email 'github-actions[bot]@users.noreply.github.com'
git add --all .
git commit --amend --reset-author --message='Doxygen ${{ github.sha }}'
git push
git push --force

0 comments on commit a82bce9

Please sign in to comment.