We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe6509 commit 8d311e3Copy full SHA for 8d311e3
.github/workflows/convert.yml
@@ -20,5 +20,5 @@ jobs:
20
git config --global user.email 'anthonyroeder@live.de'
21
git add docs/index.rst
22
git commit -m "docs: auto update index.rst"
23
- git push origin HEAD:master
+ git push origin HEAD:master --force-with-lease
24
continue-on-error: true
0 commit comments