We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34cadbf + 571cd5c commit 2ae0238Copy full SHA for 2ae0238
1 file changed
.github/workflows/docs-build.yml
@@ -31,5 +31,5 @@ jobs:
31
git config --local user.email "actions@github.com"
32
git config --local user.name "Actions Auto Build"
33
git add docs/_data/reference.json
34
- git commit -m "docs: compile reference.json"
+ git commit -m "docs: compile reference.json" || true
35
git push
0 commit comments