Skip to content

Commit 7fb6bb6

Browse files
committed
Fix link to docs in .travis.yml
1 parent 41c1463 commit 7fb6bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ after_success: |
1515
[ $TRAVIS_BRANCH = master ] &&
1616
[ $TRAVIS_PULL_REQUEST = false ] &&
1717
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 &&
18+
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2 | tr '-' '_'`/index.html>" > target/doc/index.html &&
1919
pip install ghp-import --user &&
2020
~/.local/bin/ghp-import -n target/doc &&
2121
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages

0 commit comments

Comments
 (0)