Skip to content

Bump peaceiris/actions-gh-pages from 3 to 4 (#3) #11

Bump peaceiris/actions-gh-pages from 3 to 4 (#3)

Bump peaceiris/actions-gh-pages from 3 to 4 (#3) #11

Workflow file for this run

name: doc
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Generate document
run: gem install -N yard && yard doc
- name: Publish Documentation on GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc