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.
1 parent f3291fb commit bf1ad07Copy full SHA for bf1ad07
.travis.yml
@@ -7,7 +7,7 @@ script:
7
after_success: |
8
[ $TRAVIS_BRANCH = master ] &&
9
[ $TRAVIS_PULL_REQUEST = false ] &&
10
- echo '<meta http-equiv=refresh content=0;url=rustc-serialize/index.html>' > target/doc/index.html &&
+ echo '<meta http-equiv=refresh content=0;url=/rustc-serialize/rustc_serialize/index.html>' > target/doc/index.html &&
11
pip install ghp-import --user $USER &&
12
$HOME/.local/bin/ghp-import -n target/doc &&
13
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
0 commit comments