We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03884e6 commit b1c947dCopy full SHA for b1c947d
.travis.yml
@@ -13,7 +13,7 @@ after_success: |
13
[ $TRAVIS_BRANCH = master ] &&
14
[ $TRAVIS_PULL_REQUEST = false ] &&
15
cargo doc &&
16
- echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > doc/index.html &&
+ echo '<meta http-equiv=refresh content=0;url=primes/index.html>' > doc/index.html &&
17
sudo pip install ghp-import &&
18
ghp-import -n doc &&
19
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
0 commit comments