We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ec3d5 + 0455f01 commit 02b384eCopy full SHA for 02b384e
1 file changed
.travis.yml
@@ -30,7 +30,7 @@ script:
30
if [[ -z "$TRAVIS_TAG" ]]; then
31
DEPLOY_DIR=dev
32
else
33
- DEPLOY_DIR="version-$TRAVIS_TAG"
+ DEPLOY_DIR="$TRAVIS_TAG"
34
fi
35
python -m doctr deploy --branch-whitelist source --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ $DEPLOY_DIR
36
python -m doctr deploy --branch-whitelist source --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ .
0 commit comments