Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Aug 18, 2024
1 parent 6e78ab2 commit 574985b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ jobs:
bundle exec jekyll build
bundle exec htmlproofer '_site/' \
--allow-hash-href --check-html --http-status-ignore 0,403 \
--url-ignore '/.*good\+first\+issue.*/' \
--url-ignore '/.*wiki\.minetest\.net.*/' \
--url-ignore '/.*dev\.minetest\.net.*/'
--url-ignore '/.*good\+first\+issue.*/,/.*wiki\.minetest\.net.*/,/.*dev\.minetest\.net.*/'

0 comments on commit 574985b

Please sign in to comment.