Skip to content

Add tina lock file #285

Add tina lock file

Add tina lock file #285

Workflow file for this run

name: HTML Proofer
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Jekyll build
env:
JEKYLL_ENV: production
run: bundle exec jekyll build --destination _proof
- name: HTML proofer
env:
JEKYLL_ENV: production
run: bundle exec rake html_proofer