Skip to content

Commit 3cacf68

Browse files
committed
Fixed Sphinx build path
1 parent 9482581 commit 3cacf68

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
@@ -43,6 +43,6 @@ after_success:
4343
# Documentation deployment
4444
- ~/.scripts/sphinx/build-html.sh $DO_DEPLOY_DOCS docs
4545
- python setup.py build_docs
46-
- cd ~/build/sphinx/html
46+
- cd /build/sphinx/html
4747
- ~/.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
4848
- ~/.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)