We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.travis.yml
1 parent 41c1463 commit 7fb6bb6Copy full SHA for 7fb6bb6
.travis.yml
@@ -15,7 +15,7 @@ after_success: |
15
[ $TRAVIS_BRANCH = master ] &&
16
[ $TRAVIS_PULL_REQUEST = false ] &&
17
cargo doc &&
18
- 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=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2 | tr '-' '_'`/index.html>" > target/doc/index.html &&
19
pip install ghp-import --user &&
20
~/.local/bin/ghp-import -n target/doc &&
21
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
0 commit comments