File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ addons:
2525
2626before_install :
2727 # Gets scripts
28- - git clone -b v1.2.0 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
28+ - git clone -b v1.2.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
2929 # Sets scripts as executable
3030 - chmod -R +x ~/.scripts/*
3131 # Prepares CI environment
@@ -41,8 +41,7 @@ script:
4141 - ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs
4242after_success :
4343 # Documentation deployment
44- - ~/.scripts/sphinx/build-html.sh $DO_DEPLOY_DOCS docs
45- - python setup.py build_docs
46- - cd /build/sphinx/html
44+ - ~/.scripts/python/build-docs.sh $DO_DEPLOY_DOCS
45+ - cd ./build/sphinx/html
4746 - ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_RELEASE $DEPLOY_DOCS_USERNAME $DEPLOY_DOCS_PASSWORD $DEPLOY_DOCS_HOST $DEPLOY_DOCS_PORT $DEPLOY_DOCS_PATH_RELEASE
4847 - ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_DEVELOP $DEPLOY_DOCS_USERNAME $DEPLOY_DOCS_PASSWORD $DEPLOY_DOCS_HOST $DEPLOY_DOCS_PORT $DEPLOY_DOCS_PATH_DEVELOP
You can’t perform that action at this time.
0 commit comments