Skip to content

Commit 02b384e

Browse files
authored
Merge pull request #57 from ocefpaf/remove_version
remove version- from the site URL
2 parents 10ec3d5 + 0455f01 commit 02b384e

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
@@ -30,7 +30,7 @@ script:
3030
if [[ -z "$TRAVIS_TAG" ]]; then
3131
DEPLOY_DIR=dev
3232
else
33-
DEPLOY_DIR="version-$TRAVIS_TAG"
33+
DEPLOY_DIR="$TRAVIS_TAG"
3434
fi
3535
python -m doctr deploy --branch-whitelist source --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ $DEPLOY_DIR
3636
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

Comments
 (0)