Skip to content

Commit

Permalink
only do git diff on html files for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Mar 6, 2024
1 parent 93125ef commit 58e6487
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 @@ -113,4 +113,4 @@ jobs:
# check if there are any changes to the docs
# if there are changes, then the docs are not up-to-date and the most recent commit did not update the docs and only the docs
git diff --exit-code -- docs
git diff --exit-code -- 'docs/**/*.html'

0 comments on commit 58e6487

Please sign in to comment.