Skip to content

Commit

Permalink
Merge pull request #17 from ocefpaf/use_the_right_key
Browse files Browse the repository at this point in the history
use the right key
  • Loading branch information
ocefpaf authored Mar 11, 2020
2 parents d02e617 + 512450f commit 29d735d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ script:
make clean html linkcheck
popd
if [[ -z "$TRAVIS_TAG" ]]; then
python -m doctr deploy --build-tags --key-path github_deploy_key.enc --built-docs docs/build/html dev
python -m doctr deploy --build-tags --key-path github_deploy_key_mariusvniekerk_conda_lock.enc --built-docs docs/build/html dev
else
python -m doctr deploy --build-tags --key-path github_deploy_key.enc --built-docs docs/build/html "version-$TRAVIS_TAG"
python -m doctr deploy --build-tags --key-path github_deploy_key.enc --built-docs docs/build/html .
python -m doctr deploy --build-tags --key-path github_deploy_key_mariusvniekerk_conda_lock.enc --built-docs docs/build/html "version-$TRAVIS_TAG"
python -m doctr deploy --build-tags --key-path github_deploy_key_mariusvniekerk_conda_lock.enc --built-docs docs/build/html .
fi
fi
Expand Down

0 comments on commit 29d735d

Please sign in to comment.