We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839541a commit 936a156Copy full SHA for 936a156
1 file changed
.github/workflows/publishTypedoc.yml
@@ -45,5 +45,6 @@ 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
50
git push origin gh-pages --no-verify
0 commit comments