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