Build docs for all crates
This commit is contained in:
parent
e05af0a326
commit
9dbba72c7e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ base="$(dirname "$(readlink -f $0)")"
|
|||
cd "$base/maud_extras"
|
||||
|
||||
cargo clean
|
||||
cargo doc --all-features --no-deps
|
||||
cargo doc -p maud -p maud_macros -p maud_extras --all-features --no-deps
|
||||
|
||||
cd target/doc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue