Skip to content

feat(posts): add "Rhythmism" #236

feat(posts): add "Rhythmism"

feat(posts): add "Rhythmism" #236

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
--ignore-urls "/www.newgrounds.com/,/globalgamejam.org/"
--no-check-external-hash