Skip to content

Commit

Permalink
add terminator 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörn Guy Süß committed Aug 12, 2024
1 parent 4e0e8f9 commit 36ae847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
packages: tidy
- name: Find broken pages
run: find site/ -type f -name "*.html" -exec tidy -f errors.txt -m -utf8 -i {} + -print > files_processed.txt
run: find site/ -type f -name "*.html" -exec tidy -f errors.txt -m -utf8 -i {} + -print0 > files_processed.txt
- uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
Expand Down

0 comments on commit 36ae847

Please sign in to comment.