Skip to content

Bump webrick from 1.8.1 to 1.8.2 #16

Bump webrick from 1.8.1 to 1.8.2

Bump webrick from 1.8.1 to 1.8.2 #16

Workflow file for this run

name: Test build
on:
pull_request:
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
# Standard usage
- run: bundle exec jekyll build