Skip to content

Merge pull request #1271 from markhobson/gh-pages #995

Merge pull request #1271 from markhobson/gh-pages

Merge pull request #1271 from markhobson/gh-pages #995

Workflow file for this run

name: Test site build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build and test site
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec rake test