Fix docs path with ghp-import

master
Pierre Krieger 2015-02-27 12:06:10 +01:00
parent dcada1795f
commit 1dbc1ddf94
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ after_success:
[ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc --manifest-path hlua/Cargo.toml &&
sudo pip install ghp-import &&
ghp-import target/doc &&
ghp-import hlua/target/doc &&
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
- |
[ $TRAVIS_BRANCH = master ] &&