Open jbalintbiro opened 10 years ago
I'm hitting this, it seems that the contents of the file is <h1>Server Error (500)</h1>
: https://travis-ci.org/huonw/slow_primes/builds/36528575
Hit this as well: http://www.rust-ci.org/Divius/rust-dht. Causes my docs to be seriously outdated and no way to a least delete them.
I have the same issue. @hansjorg can you look into this? Thanks!
I think think would be fixed by https://github.com/hansjorg/rust-ci/pull/16.
Meanwhile, a workaround is to add this to your .travis.yml:
after_script:
- cp -r target/doc doc
Even with having this in my .travis.yml the doc upload is failling with this sh error - https://travis-ci.org/niax/rust-email/builds/41698909
I'm now using ghp-import
with Travis to automatically push docs to gh-pages, like in https://github.com/hyperium/hyper/blob/master/.travis.yml
You need to setup a token manually, but after that it works just perfectly.
I already copy target/doc, so it doesn't seem to be related.
gh-pages are nice, but I'd prefer to support central location as well.
Maybe crates.io will be able to build the docs in the future, but GitHub somehow already is a central location.
The copying target/doc/
to doc/
is unrelated, this is http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN
returning <h1>Server Error (500)</h1>
- travis isn't getting the build script.
The documentation upload fails with the error message in the title.
Example:
https://travis-ci.org/saati/memoize-rs/builds/33984305