Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

docs: add ptop book chapter and fix examples #7

docs: add ptop book chapter and fix examples

docs: add ptop book chapter and fix examples #7

Workflow file for this run

name: Book
on:
push:
branches: [main, master]
paths:
- 'book/**'
- '.github/workflows/book.yml'
pull_request:
branches: [main, master]
paths:
- 'book/**'
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: 'latest'
- name: Build book
run: mdbook build book
- name: Test book
run: mdbook test book