Don't document deps
This commit is contained in:
parent
490afed756
commit
a4dfa00f2b
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -31,7 +31,8 @@ fi
|
||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
cargo doc
|
cargo clean
|
||||||
|
cargo doc --no-deps
|
||||||
|
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
rm -rf artifacts/html
|
rm -rf artifacts/html
|
||||||
|
|
Loading…
Reference in a new issue