We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936a156 commit 3b99d4cCopy full SHA for 3b99d4c
1 file changed
.github/workflows/publishTypedoc.yml
@@ -45,6 +45,5 @@ jobs:
45
run: |
46
cd docs
47
git add .
48
- git diff --cached --quiet && echo "No docs changes to publish" && exit 0
49
- git commit -m 'docs: publishing gh-pages [skip ci]' --no-verify
+ git diff --cached --quiet || git commit -m 'docs: publishing gh-pages [skip ci]' --no-verify
50
git push origin gh-pages --no-verify
0 commit comments