chore: clean up doc/ before building manual
This commit is contained in:
parent
ba948257d4
commit
53510ff392
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -136,6 +136,7 @@ jobs:
|
|||
cargo install --git https://github.com/leanprover/mdBook mdbook
|
||||
export PATH=~/.cargo/bin:$PWD/build/stage1/bin:$PATH
|
||||
cd doc
|
||||
git clean -fx . # clean up test artifacts in doc/example
|
||||
mdbook build
|
||||
mdbook test
|
||||
if: matrix.name == 'Linux release'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue