Skip to content

Bump jekyll from 3.9.3 to 3.10.0 (#28) #55

Bump jekyll from 3.9.3 to 3.10.0 (#28)

Bump jekyll from 3.9.3 to 3.10.0 (#28) #55

Workflow file for this run

name: CI
on:
push:
branches: [ gh-pages ]
pull_request:
branches: [ gh-pages ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Test
run: make