Another attempt to fix docs
This commit is contained in:
parent
73c900edb1
commit
84386d826d
|
@ -1,3 +1,4 @@
|
|||
/target
|
||||
/Cargo.lock
|
||||
/doc
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@ script:
|
|||
- cargo test --verbose
|
||||
- cargo doc --verbose
|
||||
after_script:
|
||||
- ln -s target/doc doc
|
||||
- mv target/doc doc
|
||||
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue