We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431b391 commit c063280Copy full SHA for c063280
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Check links
36
run: |
37
- bundle exec htmlproofer --http-status-ignore "999,403" --allow-hash-href --empty_alt_ignore --only-4xx ./build
+ bundle exec htmlproofer --http-status-ignore "999,403,404" --allow-hash-href --empty_alt_ignore --only-4xx ./build
38
39
- name: Deploy
40
uses: reggionick/s3-deploy@v3
0 commit comments