Added workaround for dpl-1.9.0 bug.
This commit is contained in:
parent
5c16222d49
commit
44080b66fa
1 changed files with 3 additions and 1 deletions
|
@ -47,8 +47,10 @@ before_deploy:
|
|||
- make clean
|
||||
|
||||
deploy:
|
||||
edge:
|
||||
branch: v1.8.47
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
||||
github-token: $GITHUB_TOKEN
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue