Skip to content

Add one publication #112

Add one publication

Add one publication #112

Workflow file for this run

name: Jekyll site CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.0'
bundler-cache: false
- run: bundle install
- run: bundle exec jekyll build
- uses: peaceiris/actions-gh-pages@v3.7.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site