Skip to content

Commit

Permalink
Ignore label searches in htmlproofer
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Aug 17, 2024
1 parent bed8d7e commit 6014c36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*/'

0 comments on commit 6014c36

Please sign in to comment.