File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
55 openssl aes-256-cbc -K $encrypted_e92dfea3fdc7_key -iv $encrypted_e92dfea3fdc7_iv -in deploy-key.enc -out deploy-key -d
66 chmod 600 deploy_key
77 eval ` ssh-agent -s`
8- if [ " ${TRAVIS_PULL_REQUEST} " = " false " ] ; then ssh-add deploy_key; fi
8+ ssh-add deploy_key
99 git config user.name " Automatic Publish"
1010 git config user.email " djw8605@gmail.com"
1111 git remote add gh-token " git@github.com:opensciencegrid/StashCache.git"
12- git fetch gh-token && git fetch gh-token gh-pages:gh-pages; fi
13- echo " Pushing to github" ; mkdocs gh-deploy -v --clean --remote-name gh-token; git push gh-token gh-pages
12+ git fetch gh-token && git fetch gh-token gh-pages:gh-pages
13+ echo " Pushing to github"
14+ mkdocs gh-deploy -v --clean --remote-name gh-token
15+ git push gh-token gh-pages
1416
1517else
1618
You can’t perform that action at this time.
0 commit comments