Skip to content

Bump nokogiri from 1.14.3 to 1.16.2 #192

Bump nokogiri from 1.14.3 to 1.16.2

Bump nokogiri from 1.14.3 to 1.16.2 #192

Workflow file for this run

name: Build Jekyll Pages
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Build with jekyll
run: bundle exec jekyll build