Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Merge branch 'main' into fdc9dependabot/npm_and_yarn/undici-6.21.1 #193

Merge branch 'main' into fdc9dependabot/npm_and_yarn/undici-6.21.1

Merge branch 'main' into fdc9dependabot/npm_and_yarn/undici-6.21.1 #193

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