Skip to content

Commit

Permalink
Merge pull request #3 from asonix/travis
Browse files Browse the repository at this point in the history
Fix url redirect
  • Loading branch information
asonix authored Jan 14, 2018
2 parents 02cde9d + daf6f07 commit 2018555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc &&
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > target/doc/index.html &&
echo "<meta http-equiv=refresh content=0;url=http_signatures/index.html>" > target/doc/index.html &&
sudo pip install ghp-import &&
ghp-import -n target/doc &&
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
Expand Down

0 comments on commit 2018555

Please sign in to comment.