Skip to content

Bump sorbet from 0.5.10978 to 0.5.10987 (#255) #315

Bump sorbet from 0.5.10978 to 0.5.10987 (#255)

Bump sorbet from 0.5.10978 to 0.5.10987 (#255) #315

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