We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecd4e26 + 0d7909f commit af53c90Copy full SHA for af53c90
.travis.yml
@@ -72,7 +72,7 @@ script:
72
pushd docs
73
make clean html linkcheck
74
popd
75
- python -m doctr deploy --key-path github_deploy_key.enc --built-docs docs/build/html .
+ python -m doctr deploy . --key-path github_deploy_key.enc --built-docs docs/build/html/
76
fi
77
78
doctr:
@@ -91,4 +91,4 @@ deploy:
91
repo: pyoceans/python-oceans
92
tags: true
93
all_branches: master
94
- condition: '$TRAVIS_JOB_NAME == "docs"'
+ condition: '$TRAVIS_JOB_NAME == "tarball"'
0 commit comments