We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0907472 + 6f8a1ed commit fc08a5fCopy full SHA for fc08a5f
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Proofing (Pull Request)
26
if: ${{ github.event_name != 'schedule' }}
27
run: |
28
- bundle exec htmlproofer ./_site/ --disable-external --only-4xx --empty-alt-ignore --allow-hash-href
+ bundle exec htmlproofer ./_site/ --disable-external --only-4xx --empty-alt-ignore --allow-hash-href --typhoeus-config='{"headers":{"Accept-Encoding":"gzip, deflate"}}'
29
- name: Proofing (Cron)
30
if: ${{ github.event_name == 'schedule' }}
31
0 commit comments