mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
Try using ghp to import docs
This commit is contained in:
parent
018b7b483d
commit
117d837918
@ -31,7 +31,7 @@ after_success:
|
||||
- |
|
||||
[ $TRAVIS_BRANCH = master ] &&
|
||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||
cargo install ghp &&
|
||||
cargo doc --manifest-path vulkano/Cargo.toml &&
|
||||
git clone https://github.com/davisp/ghp-import &&
|
||||
./ghp-import/ghp_import.py vulkano/target/doc &&
|
||||
ghp target/doc &&
|
||||
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
|
||||
|
Loading…
Reference in New Issue
Block a user