Skip to content

Commit

Permalink
Merge pull request #49 from teddyrendahl/key_fix_2
Browse files Browse the repository at this point in the history
CI: Use correct key name in Travis
  • Loading branch information
Teddy Rendahl authored Feb 13, 2018
2 parents a251a58 + be6a14a commit 6a87942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ script:
- set -e
# Build docs.
- |
if [[ -n "$DOCTR_DEPLOY_ENCRYPTION_KEY" && $BUILD_DOCS ]]; then
if [[ -n "$DOCTR_DEPLOY_ENCRYPTION_KEY_PCDSHUB_HAPPI" && $BUILD_DOCS ]]; then
pushd docs
sphinx-autogen -o source/generated source/*.rst
make html
Expand Down

0 comments on commit 6a87942

Please sign in to comment.