From f53ffd52f0befdcb6ec5750bdb73f143bedeca4d Mon Sep 17 00:00:00 2001 From: Chase Coalwell <782571+srchase@users.noreply.github.com> Date: Thu, 17 Nov 2022 17:01:05 -0700 Subject: [PATCH] publish docs via ssh (#1503) --- mkdocs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs b/mkdocs index a61c7b065..be921e40f 100755 --- a/mkdocs +++ b/mkdocs @@ -25,7 +25,7 @@ fi # Clone a copy of smithy into a staging directory rm -rf /tmp/_smithy-docs -git clone https://github.com/awslabs/smithy.git --branch gh-pages --single-branch /tmp/_smithy-docs +git clone git@github.com:awslabs/smithy.git --branch gh-pages --single-branch /tmp/_smithy-docs cd /tmp/_smithy-docs git checkout gh-pages cd -