Skip to content

Commit

Permalink
utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörn Guy Süß committed Aug 12, 2024
1 parent fff903a commit 5758085
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 -file errors.txt -modify -latin1 -indent {} \;
run: find site/ -type f -name "*.html" -exec tidy -file errors.txt -modify -utf8 -indent {} \;
- uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
Expand Down

0 comments on commit 5758085

Please sign in to comment.