chore: corrected travis coonfig
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user