mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
travis: fix the build, attempt 2
This commit is contained in:
parent
f3684c28e5
commit
56acb6fa0e
1 changed files with 1 additions and 1 deletions
|
@ -73,11 +73,11 @@ deploy:
|
|||
repo: denoland/deno
|
||||
skip-cleanup: true
|
||||
- provider: pages
|
||||
condition: $BENCHMARK == 1
|
||||
github-token: *github-token
|
||||
keep-history: true
|
||||
local-dir: gh-pages
|
||||
on:
|
||||
branch: master
|
||||
condition: $BENCHMARK == 1
|
||||
repo: denoland/deno
|
||||
skip-cleanup: true
|
||||
|
|
Loading…
Reference in a new issue