Skip to content

Merge pull request #65 from nickbutcher/patch-1 #212

Merge pull request #65 from nickbutcher/patch-1

Merge pull request #65 from nickbutcher/patch-1 #212

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec jekyll build