Skip to content

Commit 6f8a1ed

Browse files
committed
Add Accept-Encoding header to html-proofer
with values "gzip, deflate"
1 parent fc05a0f commit 6f8a1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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
28+
bundle exec htmlproofer ./_site/ --disable-external --only-4xx --empty-alt-ignore --allow-hash-href --typhoeus-config='{"headers":{"Accept-Encoding":"gzip, deflate"}}'
2929
- name: Proofing (Cron)
3030
if: ${{ github.event_name == 'schedule' }}
3131
run: |

0 commit comments

Comments
 (0)