Skip to content

Make CVE policy more relevant #9

Make CVE policy more relevant

Make CVE policy more relevant #9

Workflow file for this run

name: build
on:
push:
branches:
- '!main' # excludes main
- '!staging' # excludes staging
pull_request:
jobs:
build:
name: Build site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Build site
env:
JEKYLL_ENV: production
run: |
make _site