Skip to content

Replace Astro with Jekyll #2

Replace Astro with Jekyll

Replace Astro with Jekyll #2

Workflow file for this run

name: CI
on:
push:
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
- run: bundle exec jekyll build
- run: bundle exec htmlproofer _site --disable-external --no-enforce-https