Skip to content

Update jekyll requirement from ~> 3.9.1 to ~> 3.10.0 #865

Update jekyll requirement from ~> 3.9.1 to ~> 3.10.0

Update jekyll requirement from ~> 3.9.1 to ~> 3.10.0 #865

Workflow file for this run

name: Build
on:
pull_request:
push:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Ruby environment
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true # Enables caching for Bundler
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Build Jekyll site
run: bundle exec jekyll build