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