diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c55bddf..b8c56ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,4 +24,6 @@ jobs: - name: Run tests run: | bundle exec jekyll build - bundle exec htmlproofer '_site/' --allow-hash-href --check-html --http-status-ignore 0,403 + bundle exec htmlproofer '_site/' \ + --allow-hash-href --check-html --http-status-ignore 0,403 \ + --url-ignore '/.*good\+first\+issue.*/'