Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Jan 10, 2025
1 parent 0708665 commit 31cf6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Check for doc changes
run: |
if git diff --exit-code; then
if git diff --exit-code -- ':!go.mod' ':!go.sum'; then
echo "Docs generation successful, no changes found."
else
echo "Error: Uncommitted changes found. Please run 'make generatedocs' and commit the changes."
Expand Down

0 comments on commit 31cf6d7

Please sign in to comment.