Tweak dox script
This commit is contained in:
parent
145a8694e1
commit
f17ac643a1
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue