Update doc upload script to use Cargo workspace

See efe3af85e2
This commit is contained in:
Chris Wong 2017-01-28 23:04:17 +13:00
parent 4d4ba6c59b
commit b128f25104

View file

@ -8,7 +8,7 @@ cd "$base/maud_extras"
cargo clean
cargo doc -p maud -p maud_macros -p maud_extras --all-features --no-deps
cd target/doc
cd "$base/target/doc"
git init
trap 'rm -rf .git/' 0