From 0993d8749b15565de7f2cac1f313820ef6fe39a5 Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Tue, 22 Sep 2015 10:00:34 -0600 Subject: [PATCH] Redirect GitHub pages to names/index.html. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4e45aaf..a42abb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ script: after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && + echo '' > target/doc/index.html && pip install ghp-import --user $USER && $HOME/.local/bin/ghp-import -n target/doc && git push -fq https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages