File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ after_script:
3838 - npm install -g lcov-result-merger@~1.2.0
3939 - lcov-result-merger 'client/coverage/**/lcov.info' | client/node_modules/coveralls/bin/coveralls.js
4040
41- deploy :
42- # Automatically build and deploy documentation to GitHub Pages
43- - provider : pages
44- skip-cleanup : true
45- github-token : " $GITHUB_TOKEN"
46- keep-history : true
47- local-dir : docs/_build/html
48- target-branch : gh-pages
49- on :
50- branch : master
51- python : 3.6
52- condition : $NODE = 10.15.0
41+ # deploy:
42+ # # Automatically build and deploy documentation to GitHub Pages
43+ # - provider: pages
44+ # skip-cleanup: true
45+ # github-token: "$GITHUB_TOKEN"
46+ # keep-history: true
47+ # local-dir: docs/_build/html
48+ # target-branch: gh-pages
49+ # on:
50+ # branch: master
51+ # python: 3.6
52+ # condition: $NODE = 10.15.0
You can’t perform that action at this time.
0 commit comments