Skip to content

Commit e1b22aa

Browse files
committed
ssh to GitHub fails
1 parent 13dd119 commit e1b22aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doc_dir=docs
1414

1515
if [ "$DEPLOY_PAGES" ] && [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "production" ]; then
1616
R -q -e "travis::deploy(tasks = c('travis::task_install_ssh_keys()'))"
17-
ssh git@github.com
17+
ssh git@github.com || true
1818

1919
# Query name and e-mail of current author
2020
# https://gist.github.com/l15n/3103708

0 commit comments

Comments
 (0)