mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
commit
592daced9b
1 changed files with 3 additions and 5 deletions
|
|
@ -49,11 +49,6 @@ after_success:
|
|||
- coveralls
|
||||
|
||||
before_deploy:
|
||||
- cd doc
|
||||
- pip install sphinx_rtd_theme
|
||||
- sphinx-apidoc -o source/ ../GPy
|
||||
- make html
|
||||
- cd ../
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
|
||||
then
|
||||
export DIST='sdist';
|
||||
|
|
@ -69,6 +64,9 @@ deploy:
|
|||
secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4="
|
||||
on:
|
||||
branch: deploy
|
||||
edge:
|
||||
branch: v1.8.45
|
||||
distributions: $DIST
|
||||
skip_existing: true
|
||||
skip_cleanup: true
|
||||
skip_upload_docs: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue