Skip to content

Commit a9e5a1f

Browse files
authored
fix: force-push to docs
1 parent 150a918 commit a9e5a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
cp -r docs/html/* .
4747
git add .
4848
git commit -m "Regenerate Doxygen docs from ${{ github.sha }}" || echo "No changes to commit"
49-
git push https://x-access-token:${{ secrets.USER_SECRET }}@github.com/${{ github.repository }}.git HEAD:docs
49+
git push --force https://x-access-token:${{ secrets.USER_SECRET }}@github.com/${{ github.repository }}.git HEAD:docs

0 commit comments

Comments
 (0)