Skip to content

Commit 444cd27

Browse files
authored
Merge pull request #1378 from SethTisue/adjust-htmlproofer-again
2 parents c252876 + 0bfdcf7 commit 444cd27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Proofing (Pull Request)
2626
if: ${{ github.event_name != 'schedule' }}
2727
run: |
28-
bundle exec htmlproofer ./_site/ --disable-external --only-4xx --empty-alt-ignore --allow-hash-href --typhoeus-config='{"headers":{"Accept-Encoding":"gzip, deflate"}}'
28+
bundle exec htmlproofer ./_site/ --disable-external --only-4xx --empty-alt-ignore --allow-hash-href
2929
- name: Proofing (Cron)
3030
if: ${{ github.event_name == 'schedule' }}
3131
run: |
32-
bundle exec htmlproofer ./_site/ --external_only --only-4xx --http-status-ignore "400,401,429" --empty-alt-ignore --allow-hash-href --url-ignore "/trends.google.com/,/pgp.mit.edu/,/www.oracle.com/,/scalafiddle.io/"
32+
bundle exec htmlproofer ./_site/ --external_only --only-4xx --http-status-ignore "400,401,429" --empty-alt-ignore --allow-hash-href --url-ignore "/trends.google.com/,/pgp.mit.edu/,/www.oracle.com/,/scalafiddle.io/" --typhoeus-config='{"headers":{"Accept-Encoding":"gzip, deflate"}}'

0 commit comments

Comments
 (0)