From e17a4beb8bd256c974d71a7d826e2fd524d82cdb Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Sat, 25 Jan 2020 15:31:56 +0100 Subject: [PATCH] chore: corrected travis coonfig --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8940840..c76f690 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ script: deploy: provider: pages skip-cleanup: true - github-token: $GITHUB_DEPLOY_KEY + github-token: $GITHUB_TOKEN local-dir: path/to/mybook/book keep-history: false on: - branch: master \ No newline at end of file + branch: gh-pages \ No newline at end of file