Skip to content

Changelog #199

Changelog #199 #269

Workflow file for this run

name: CI
on:
push:
branches:
- src
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- run: bundle install && bundle exec jekyll build
- name: Deploy
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: master
publish_dir: _site
force_orphan: true