Skip to content

Commit

Permalink
ci(github): add globalgamejam to ignore urls in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Oct 7, 2023
1 parent 5ed8dc0 commit a8ad578
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ jobs:
run: bundle exec jekyll build --safe

- name: Run tests
run: bundle exec htmlproofer _site --check-external-hash false --ignore-urls "/www.newgrounds.com/"
run: >
bundle exec htmlproofer _site
--check-external-hash false
--ignore-urls "/www.newgrounds.com/,/v3.globalgamejam.org/"

0 comments on commit a8ad578

Please sign in to comment.