mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
travis: fix github pages deploy condition
This commit is contained in:
parent
06c2e084ff
commit
6b868ebba4
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ deploy:
|
|||
repo: denoland/deno
|
||||
skip-cleanup: true
|
||||
- provider: pages
|
||||
condition: '"$BENCHMARK"'
|
||||
condition: $BENCHMARK == 1
|
||||
github-token: *github-token
|
||||
keep-history: true
|
||||
local-dir: gh-pages
|
||||
|
|
Loading…
Reference in a new issue