diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3130933..5b98f53 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 -f errors.txt -m -latin1 -i {} + + run: find site/ -type f -name "*.html" -exec tidy -f errors.txt -m -latin1 -i {} \; - uses: actions/upload-artifact@v4 with: # Name of the artifact to upload.