We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72ea346 + 7f3b865 commit f49791cCopy full SHA for f49791c
1 file changed
.github/workflows/docs-build.yml
@@ -33,4 +33,4 @@ jobs:
33
git config --local user.name "Actions Auto Build"
34
git add docs/_data/reference.json
35
git commit -m "docs: compile reference.json" || true
36
- git push
+ git push --force origin HEAD:refs/heads/docs
0 commit comments