Skip to content

feat(posts): add "Secret Identity" #326

feat(posts): add "Secret Identity"

feat(posts): add "Secret Identity" #326

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-status-codes '429,999'
--ignore-urls "/gartic.io/,/gather.town/,/globalgamejam.org/,/image-line.com/,/pixabay.com/,/newgrounds.com/,/sonniss.com/,/unrealengine.com/"
--no-check-external-hash