diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2940e16..5cc2c4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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.