Skip to content

fix: Fix partial comments. (#121) #51

fix: Fix partial comments. (#121)

fix: Fix partial comments. (#121) #51

Workflow file for this run

name: Docs
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
with:
bins: mdbook, mdbook-linkcheck
- run: cd book && mdbook build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/book/html
allow_empty_commit: true