Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbain committed Sep 29, 2023
1 parent cc8a951 commit 620b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: npm run build && npm run start-detached

- name: Test for broken URLs
run: bundle exec htmlproofer --http-status-ignore "403,406,429,503,999" --url-swap "https\://digitalcorps.gsa.gov:" _site
run: bundle exec htmlproofer --http-status-ignore "0,403,406,429,503,999" --url-swap "https\://digitalcorps.gsa.gov:" _site

0 comments on commit 620b8fe

Please sign in to comment.