chore: clean up doc/ before building manual

This commit is contained in:
Sebastian Ullrich 2020-11-06 12:28:18 +01:00
parent ba948257d4
commit 53510ff392

View file

@ -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'