Skip to content

Replace Astro with Jekyll #18

Replace Astro with Jekyll

Replace Astro with Jekyll #18

Workflow file for this run

name: CI
on:
push:
branches-ignore: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- run: npm install -g prettier
- run: bin/build
- run: bin/htmlproofer