Skip to content

Commit d554949

Browse files
author
Sylvain MARIE
committed
Fixed travis build for doc deployment
1 parent c6d2bc5 commit d554949

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ after_success:
6666
- mv reports/junit site/
6767
# mkdocs gh-deploy requires special care :
6868
# ---grant the possibility to push on the repo---
69-
- openssl aes-256-cbc -K $encrypted_a1c855bcf509_key -iv $encrypted_a1c855bcf509_iv -in ci_tools/github_travis_rsa_clstools.enc -out ci_tools/github_travis_rsa_clstools -d
69+
- openssl aes-256-cbc -K $encrypted_a1c855bcf509_key -iv $encrypted_a1c855bcf509_iv -in ci_tools/github_travis_rsa.enc -out ci_tools/github_travis_rsa -d
7070
# If the output file does not exist, that is because the secret is invalid. This can happen in forked repos so do not fail the build
7171
- |
7272
if [ -s "ci_tools/github_travis_rsa" ]; then

0 commit comments

Comments
 (0)