Commit 28e7ab07 authored by Michael Droettboom's avatar Michael Droettboom

Turn off auto-deployment for now

parent 28a796ca
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment