Skip to content

Commit a9e6499

Browse files
committed
fix Travis auto-refresh URL
1 parent 6857232 commit a9e6499

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
@@ -8,7 +8,7 @@ script:
88
after_success: |
99
[ $TRAVIS_BRANCH = master ] &&
1010
[ $TRAVIS_PULL_REQUEST = false ] &&
11-
echo '<meta http-equiv=refresh content=0;url=unicode-width/index.html>' > target/doc/index.html &&
11+
echo '<meta http-equiv=refresh content=0;url=unicode_width/index.html>' > target/doc/index.html &&
1212
pip install ghp-import --user $USER &&
1313
$HOME/.local/bin/ghp-import -n target/doc &&
1414
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages

0 commit comments

Comments
 (0)