Fixed issue with docs not being uploaded to rust-ci.
This commit is contained in:
parent
9ab10153f1
commit
f596767ce7
1 changed files with 1 additions and 0 deletions
|
@ -16,4 +16,5 @@ notifications:
|
|||
- "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}"
|
||||
skip_join: true
|
||||
after_script:
|
||||
- cp -r target/doc doc
|
||||
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||
|
|
Loading…
Reference in a new issue