Skip to content

Commit c063280

Browse files
authored
Update deploy.yml to ignore 404
1 parent 431b391 commit c063280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Check links
3636
run: |
37-
bundle exec htmlproofer --http-status-ignore "999,403" --allow-hash-href --empty_alt_ignore --only-4xx ./build
37+
bundle exec htmlproofer --http-status-ignore "999,403,404" --allow-hash-href --empty_alt_ignore --only-4xx ./build
3838
3939
- name: Deploy
4040
uses: reggionick/s3-deploy@v3

0 commit comments

Comments
 (0)