Skip to content

Bump webrick from 1.8.2 to 1.9.0 #169

Bump webrick from 1.8.2 to 1.9.0

Bump webrick from 1.8.2 to 1.9.0 #169

Workflow file for this run

# https://github.com/actions/starter-workflows/blob/main/pages/jekyll-gh-pages.yml
name: Test build within pull requests
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site