ci: force push to avoid non-fast-forward errors

This commit is contained in:
iCrawl 2022-01-07 17:23:13 +01:00
parent 16390efe6e
commit 3c9a9c2c18
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -94,4 +94,4 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add .
git commit -m "Docs build for ${BRANCH_OR_TAG} ${BRANCH_NAME}: ${SHA}" || true
git push
git push -f