Skip to content

Commit

Permalink
handle unchanged html in diff
Browse files Browse the repository at this point in the history
taken from
rrthomas#184
  • Loading branch information
entorb committed Jan 17, 2025
1 parent d11e18f commit aec0c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Compare to previous hpmor.html
run: |
diff -u hpmor-prev.html hpmor.html > hpmor-html-diff.log || :
diff -u -s hpmor-prev.html hpmor.html > hpmor-html-diff.log || :
rm hpmor-prev.html
- name: ls after
Expand Down

0 comments on commit aec0c78

Please sign in to comment.