From 75eff6ad92d480a8b2b3ac27026248df53c83ef8 Mon Sep 17 00:00:00 2001 From: Matthew Wang Date: Sat, 28 Dec 2024 15:38:50 -0800 Subject: [PATCH] Add flickr.com to excluded external URLs I think they've changed their webcrawler policy recently? --- .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 a441307..59b95f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: with: config: fixtures/html5validator-config.yml - name: Test with html-proofer - run: bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/" + run: bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/,/flickr.com/" env: NOKOGIRI_USE_SYSTEM_LIBRARIES: true