diff --git a/.travis.yml b/.travis.yml index 37541602..efd6b7da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,8 @@ deploy: github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure keep-history: false on: - branch: gh-pages + branch: travisGHdeploy + + verbose: true + local-dir: _site/ + target_branch: gh-pages