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