Skip to content

Commit 3a3a1ca

Browse files
authored
Merge pull request #156 from salesforcecli/sl/W-22406465
fix: handle no-op case-W-22406465
2 parents 839541a + 3b99d4c commit 3a3a1ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publishTypedoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
run: |
4646
cd docs
4747
git add .
48-
git commit -m 'docs: publishing gh-pages [skip ci]' --no-verify
48+
git diff --cached --quiet || git commit -m 'docs: publishing gh-pages [skip ci]' --no-verify
4949
git push origin gh-pages --no-verify

0 commit comments

Comments
 (0)