We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd6169 commit 3d83391Copy full SHA for 3d83391
1 file changed
.travis.yml
@@ -41,7 +41,7 @@ script:
41
- ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs
42
after_success:
43
# Documentation deployment
44
- - ~/.scripts/python/build-docs.sh $DO_DEPLOY_DOCS
+ - ~/.scripts/python/build_docs.sh $DO_DEPLOY_DOCS
45
- cd ./build/sphinx/html
46
- ~/.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
47
- ~/.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