mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Tweak dox script
This commit is contained in:
@@ -15,6 +15,10 @@ dox() {
|
||||
|
||||
echo documenting $arch
|
||||
|
||||
if [ "$CI" != "" ]; then
|
||||
rustup target add $target || true
|
||||
fi
|
||||
|
||||
rm -rf target/doc/$arch
|
||||
mkdir target/doc/$arch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user