Fixing CI build errors
This commit is contained in:
@@ -35,10 +35,10 @@ notifications:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip-cleanup: true
|
||||||
# Refer to: https://docs.travis-ci.com/user/deployment/pages/#Setting-the-GitHub-token
|
# Refer to: https://docs.travis-ci.com/user/deployment/pages/#Setting-the-GitHub-token
|
||||||
github_token: $GITHUB_ACCESS_TOKEN
|
github-token: $GITHUB_ACCESS_TOKEN
|
||||||
target-branch: gh-pages
|
target-branch: gh-pages
|
||||||
local_dir: dist
|
local-dir: dist
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|||||||
Reference in New Issue
Block a user