Skip to content

Merge pull request #212 from yuruby/chore/fix-link #47

Merge pull request #212 from yuruby/chore/fix-link

Merge pull request #212 from yuruby/chore/fix-link #47

Workflow file for this run

name: build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec jekyll build --quiet --future --strict_front_matter