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.
1 parent 13dd119 commit e1b22aaCopy full SHA for e1b22aa
scripts/deploy-pages.sh
@@ -14,7 +14,7 @@ doc_dir=docs
14
15
if [ "$DEPLOY_PAGES" ] && [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "production" ]; then
16
R -q -e "travis::deploy(tasks = c('travis::task_install_ssh_keys()'))"
17
- ssh git@github.com
+ ssh git@github.com || true
18
19
# Query name and e-mail of current author
20
# https://gist.github.com/l15n/3103708
0 commit comments