Skip to content

Commit

Permalink
chore: clarify docs generation check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Nov 5, 2024
1 parent c4dac0c commit 2887490
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
uses: alexkappa/block-fixup-merge-action@v2

- name: Gen docs
run: make docs
run: make clean docs

- name: Check for uncommitted changes
- name: Check for uncommitted documentation changes
run: |
if [[ -n $(git status -s) ]]; then
echo "There are uncommitted changes after the task:"
git status -s
echo "Update the documentation on the proper *Config.java and commit generated docs"
exit 1
else
echo "No changes detected."
Expand Down

0 comments on commit 2887490

Please sign in to comment.