Skip to content

Update deploy github action #35

Update deploy github action

Update deploy github action #35

Workflow file for this run

name: build
on:
pull_request:
jobs:
build:
name: Build site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.5'
bundler-cache: true
- name: Build site
env:
JEKYLL_ENV: production
run: |
make _site