Skip to content

Bump nokogiri from 1.19.0 to 1.19.1 #31

Bump nokogiri from 1.19.0 to 1.19.1

Bump nokogiri from 1.19.0 to 1.19.1 #31

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
with:
bundler-cache: true
- name: Run Jekyll
run: bundle exec jekyll build