Skip to content

Commit c14bfc3

Browse files
ci(github): ignore status code 415
External link https://www.travis-ci.com failed (status code 415) External link https://css-tricks.com/lodge/svg/09-svg-data-uris/ failed (status code 415)
1 parent 34bce09 commit c14bfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Run tests
3030
run: >
3131
bundle exec htmlproofer _site
32-
--ignore-status-codes '0,301,400,401,403,429,999'
32+
--ignore-status-codes '0,301,400,401,403,415,429,999'
3333
--ignore-urls '/bundlephobia.com/,/img.shields.io/,/regexr.com/,/tunein.com/,/vagrantup.com/'
3434
--no-check-external-hash

0 commit comments

Comments
 (0)