Skip to content

Rename 2024-11-04-SuperIce-Workshop.md to 2024-07-04-SuperIce-Worksho… #96

Rename 2024-11-04-SuperIce-Workshop.md to 2024-07-04-SuperIce-Worksho…

Rename 2024-11-04-SuperIce-Workshop.md to 2024-07-04-SuperIce-Worksho… #96

Workflow file for this run

name: Beautiful Jekyll CI
on: [push, pull_request]
jobs:
build:
name: Build Jekyll
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Install dependencies
run: bundle install && bundle exec appraisal install
- name: Build site
run: bundle exec appraisal jekyll build --future