Skip to content

Commit a82bce9

Browse files
committed
workflows: Fix documentation workflow (#104)
1 parent 9f56306 commit a82bce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
git config user.email 'github-actions[bot]@users.noreply.github.com'
4141
git add --all .
4242
git commit --amend --reset-author --message='Doxygen ${{ github.sha }}'
43-
git push
43+
git push --force

0 commit comments

Comments
 (0)