From e4ac458683fd2caee7480dd9f718919b5d624d54 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 25 Jan 2018 09:37:07 -0500 Subject: [PATCH] config - travis.yml deploy changes --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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