We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ea346 commit 7f3b865Copy full SHA for 7f3b865
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