Skip to content

Commit

Permalink
Fixed syntax error in bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 13, 2019
1 parent 7f80bc6 commit 0fa8cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ echo "ADDING FILES"
echo "**************************************************************************************"
echo "Step 6: Pushing documentation to Github Pages."
echo "**************************************************************************************"
echo -e “Host *\n\tStrictHostKeyChecking no\n>> ~/.ssh/config
echo -e “Host *\n\tStrictHostKeyChecking no\n>> ~/.ssh/config
git commit -m "Deploy to GitHub Pages: ${SHA}"
git push $SSH_REPO gh-pages --force

Expand Down

0 comments on commit 0fa8cd1

Please sign in to comment.