We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 839541a + 3b99d4c commit 3a3a1caCopy full SHA for 3a3a1ca
1 file changed
.github/workflows/publishTypedoc.yml
@@ -45,5 +45,5 @@ jobs:
45
run: |
46
cd docs
47
git add .
48
- 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
49
git push origin gh-pages --no-verify
0 commit comments