From 8d8b444b46023f3699591d00e0ab2948a8ee2ece Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Tue, 22 Aug 2023 19:07:18 -0400 Subject: [PATCH] ci: Add Internet Archive to ignored URLs (#1326) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 491e8e4..155338e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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