Skip to content

0064: 20周年記念インタビュー #642

0064: 20周年記念インタビュー

0064: 20周年記念インタビュー #642

Workflow file for this run

name: build articles
on:
push:
branches-ignore:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: build articles
run: bundle exec jekyll build
- name: check articles
run: ruby ./script/checker.rb