Skip to content

Commit edd6169

Browse files
committed
Updated scripts
1 parent 3cacf68 commit edd6169

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ addons:
2525

2626
before_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
4242
after_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

0 commit comments

Comments
 (0)