Skip to content

Fix docs for choice being truncated by accident #11

Fix docs for choice being truncated by accident

Fix docs for choice being truncated by accident #11

Workflow file for this run

name: yard
on:
push:
branches:
- main
permissions:
id-token: write
pages: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec yard doc
- uses: actions/upload-pages-artifact@v3
with:
path: doc/
- uses: actions/deploy-pages@v4