chore: corrected travis coonfig

This commit is contained in:
Carl Fredrik Samson
2020-01-25 15:31:56 +01:00
parent 5be7bd8203
commit e17a4beb8b

View File

@@ -18,8 +18,8 @@ script:
deploy: deploy:
provider: pages provider: pages
skip-cleanup: true skip-cleanup: true
github-token: $GITHUB_DEPLOY_KEY github-token: $GITHUB_TOKEN
local-dir: path/to/mybook/book local-dir: path/to/mybook/book
keep-history: false keep-history: false
on: on:
branch: master branch: gh-pages