Skip to content

Commit 936a156

Browse files
committed
fix: handle no-op case
1 parent 839541a commit 936a156

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publishTypedoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ jobs:
4545
run: |
4646
cd docs
4747
git add .
48+
git diff --cached --quiet && echo "No docs changes to publish" && exit 0
4849
git commit -m 'docs: publishing gh-pages [skip ci]' --no-verify
4950
git push origin gh-pages --no-verify

0 commit comments

Comments
 (0)