Skip to content

chore(deps): update ruby/setup-ruby action to v1.190.0 #303

chore(deps): update ruby/setup-ruby action to v1.190.0

chore(deps): update ruby/setup-ruby action to v1.190.0 #303

Workflow file for this run

name: Build Jekyll site
on:
pull_request:
branches:
- source
workflow_dispatch:
merge_group:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup Ruby
uses: ruby/setup-ruby@af43264f2b94cc8451805dc51af7408f01de6471 # v1.182.0
with:
ruby-version: '3.2'
bundler-cache: true
cache-version: 0
- name: Build with Jekyll
run: bundle exec jekyll build