mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-25 13:41:32 +00:00
travis doc test
This commit is contained in:
parent
36edccc98d
commit
7b3f9f54c6
@ -6,3 +6,9 @@ rust:
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
after_success: |
|
||||||
|
cargo doc \
|
||||||
|
&& echo '<meta http-equiv=refresh content=0;url=parity-wasm/index.html>' > target/doc/index.html && \
|
||||||
|
sudo pip install ghp-import && \
|
||||||
|
ghp-import -n target/doc && \
|
||||||
|
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
|
Loading…
x
Reference in New Issue
Block a user