Skip to content

test add webrick gem #36

test add webrick gem

test add webrick gem #36

Workflow file for this run

name: Build Static Site
on: [push]
jobs:
build:
name: Build Static Site
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Build
run: |
bundle exec jekyll build