Skip to content

Support resource_root in future plays #234

Support resource_root in future plays

Support resource_root in future plays #234

Workflow file for this run

name: Site CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.3
bundler-cache: true
- name: Build site
run: |
bundle exec jekyll build
- name: Check html
run: |
bundle exec htmlproofer --allow-hash-href --url-swap "https\\://www.exeterdramacompany.co.uk:" --http-status-ignore "403,429" --alt-ignore '/.*/' ./_site