ci: Add Internet Archive to ignored URLs (#1326)

This commit is contained in:
Matt Wang
2023-08-22 19:07:18 -04:00
committed by GitHub
parent 3bfd1522da
commit 8d8b444b46

View File

@@ -87,7 +87,7 @@ jobs:
root: _site
blacklist: line-numbers
- name: Test with html-proofer
run: bundle exec htmlproofer _site --ignore-urls "/github.com/"
run: bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/"
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true