Skip to content

Bump yard from 0.9.36 to 0.9.37 (#325) #401

Bump yard from 0.9.36 to 0.9.37 (#325)

Bump yard from 0.9.36 to 0.9.37 (#325) #401

---
name: Publish Docs to GitHub Pages
'on':
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- run: bundle exec rake yard
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc