Skip to content

Update book to new clone! syntax #67

Update book to new clone! syntax

Update book to new clone! syntax #67

Workflow file for this run

name: book
on:
pull_request:
paths:
- "book/**"
jobs:
check:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
- run: mdbook build -d public
working-directory: book
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: book/public
fail: true