mirror of https://github.com/pyodide/pyodide.git
Turn off auto-deployment for now
This commit is contained in:
parent
28a796ca1c
commit
28e7ab075b
22
.travis.yml
22
.travis.yml
|
@ -25,17 +25,17 @@ install:
|
|||
script:
|
||||
- make test
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
github-token: "$GITHUB_TOKEN"
|
||||
skip-cleanup: true
|
||||
keep-history: false
|
||||
repo: iodide-project/pyodide-demo
|
||||
verbose: false
|
||||
local-dir: build
|
||||
target-branch: master
|
||||
on:
|
||||
branch: master
|
||||
# deploy:
|
||||
# provider: pages
|
||||
# github-token: "$GITHUB_TOKEN"
|
||||
# skip-cleanup: true
|
||||
# keep-history: false
|
||||
# repo: iodide-project/pyodide-demo
|
||||
# verbose: false
|
||||
# local-dir: build
|
||||
# target-branch: master
|
||||
# on:
|
||||
# branch: master
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue