Skip to content

Update ruby/setup-ruby action to v1.277.0 #8

Update ruby/setup-ruby action to v1.277.0

Update ruby/setup-ruby action to v1.277.0 #8

Workflow file for this run

name: Build site
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 1
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@8a836efbcebe5de0fe86b48a775b7a31b5c70c93 # v1.277.0
with:
bundler-cache: true
- name: Run Jekyll
run: bundle exec jekyll build