Skip to content

Add bus-ticket

Add bus-ticket #114

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/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site