We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3ca468 + c9d40c4 commit d9b7887Copy full SHA for d9b7887
.travis-deploy-doc.sh
@@ -10,7 +10,7 @@ if [[ "${TRAVIS_PULL_REQUEST}" == "false" && "${TRAVIS_BRANCH}" == "${DEPLOY_DOC
10
fi
11
chmod 600 .travis_ci_gh_pages_deploy_key
12
eval `ssh-agent -s`
13
- ssh-add .travis_ci_gh_pages_deploy_key
+ ssh-add .travis_ci_gh_pages_deploy_key < /dev/null
14
rm -Rf gh-pages
15
git clone --depth 1 git@github.com:${DEPLOY_DOC_TO_REPOSITORY}.git --depth 1 --branch=gh-pages gh-pages
16
BUILT_DOCS_DIR=`cd docs/build/html && pwd`
0 commit comments