Merge pull request #94 from j-selby/fix-broken-branch
Remove workaround for upstream GitHub pages deploy bug
This commit is contained in:
commit
ca07dec926
|
@ -17,8 +17,6 @@ script:
|
||||||
- gulp all --production
|
- gulp all --production
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
edge:
|
|
||||||
branch: pages-ivar-set
|
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
|
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
|
||||||
local_dir: build
|
local_dir: build
|
||||||
|
|
Reference in New Issue