Skip to content

Add lightweight CI: jekyll build check #1

Add lightweight CI: jekyll build check

Add lightweight CI: jekyll build check #1

---
name: ci_validate_jekyll
on:
pull_request:
push:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- name: Build site
run: bundle exec jekyll build