Skip to content

Commit

Permalink
fix: doc generation commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
2KAbhishek committed Oct 16, 2024
1 parent 2de8e3c commit 0e74187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --local user.email "2kabhishek@users.noreply.github.com"
git config --local user.name "Abhishek via github-actions"
git add .
git commit -m "docs: update help docs"
git diff --quiet && git commit -m "docs: update help docs"
- name: Push
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 0e74187

Please sign in to comment.