Skip to content

Commit 0e74187

Browse files
committed
fix: doc generation commit command
1 parent 2de8e3c commit 0e74187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config --local user.email "[email protected]"
2222
git config --local user.name "Abhishek via github-actions"
2323
git add .
24-
git commit -m "docs: update help docs"
24+
git diff --quiet && git commit -m "docs: update help docs"
2525
- name: Push
2626
uses: ad-m/github-push-action@master
2727
with:

0 commit comments

Comments
 (0)