diff --git a/.github/workflows/publishTypedoc.yml b/.github/workflows/publishTypedoc.yml index 795c8f7..550eb20 100644 --- a/.github/workflows/publishTypedoc.yml +++ b/.github/workflows/publishTypedoc.yml @@ -45,5 +45,6 @@ jobs: run: | cd docs git add . + git diff --cached --quiet && echo "No docs changes to publish" && exit 0 git commit -m 'docs: publishing gh-pages [skip ci]' --no-verify git push origin gh-pages --no-verify