Skip to content

Merge pull request #1109 from brockfanning/patch-14 #132

Merge pull request #1109 from brockfanning/patch-14

Merge pull request #1109 from brockfanning/patch-14 #132

Workflow file for this run

name: Build Static Site
on: [push]
jobs:
build:
name: Build Static Site
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Build
run: |
npm install
npm run gulp
bundle exec jekyll build