Skip to content

Commit

Permalink
Merge pull request #8 from kewegner/docsbuild
Browse files Browse the repository at this point in the history
switch to https
  • Loading branch information
kewegner authored Jun 25, 2019
2 parents cef0f16 + d88fcb7 commit 96803e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-build/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
mkdir ./tmpdocclone
cd ./tmpdocclone
git clone git@github.com:${GH_ORG}/docs.git
git clone https://github.com/${GH_ORG}/docs.git

cd docs
git checkout -b test${TRAVIS_BUILD_NUMBER}
Expand Down

0 comments on commit 96803e1

Please sign in to comment.