Skip to content

Commit

Permalink
ci(github): add cloudflare to ignore urls in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Nov 15, 2024
1 parent 26b3a16 commit fc4ec9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: >
bundle exec htmlproofer _site
--ignore-status-codes '429,999'
--ignore-urls "/gartic.io/,/gather.town/,/globalgamejam.org/,/image-line.com/,/pixabay.com/,/newgrounds.com/,/sonniss.com/,/unrealengine.com/"
--ignore-urls "/ai.cloudflare.com/,/gartic.io/,/gather.town/,/globalgamejam.org/,/image-line.com/,/pixabay.com/,/newgrounds.com/,/sonniss.com/,/unrealengine.com/"
--no-check-external-hash

0 comments on commit fc4ec9c

Please sign in to comment.