Skip to content

Bump webrick from 1.9.0 to 1.9.1 #138

Bump webrick from 1.9.0 to 1.9.1

Bump webrick from 1.9.0 to 1.9.1 #138

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ '3.1' ]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install Packages
run: |
npm run install-jekyll
- name: Build Jekyll
working-directory: ./site
run: |
bundle exec jekyll build