Skip to content

ci(github): ignore url globalgamejam.org in htmlproofer #219

ci(github): ignore url globalgamejam.org in htmlproofer

ci(github): ignore url globalgamejam.org in htmlproofer #219

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
# speeds up installation of html-proofer
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build site
run: bundle exec jekyll build --safe
- name: Run tests
run: |
bundle exec htmlproofer _site \
--check-external-hash false \
--ignore-urls "/www.newgrounds.com/,/globalgamejam.org/"