Skip to content

Commit 3d83391

Browse files
committed
Fixed script name
1 parent edd6169 commit 3d83391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ script:
4141
- ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs
4242
after_success:
4343
# Documentation deployment
44-
- ~/.scripts/python/build-docs.sh $DO_DEPLOY_DOCS
44+
- ~/.scripts/python/build_docs.sh $DO_DEPLOY_DOCS
4545
- cd ./build/sphinx/html
4646
- ~/.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
4747
- ~/.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)