Skip to content

Commit f53ffd5

Browse files
authored
publish docs via ssh (#1503)
1 parent 87d1217 commit f53ffd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626
# Clone a copy of smithy into a staging directory
2727
rm -rf /tmp/_smithy-docs
28-
git clone https://github.com/awslabs/smithy.git --branch gh-pages --single-branch /tmp/_smithy-docs
28+
git clone git@github.com:awslabs/smithy.git --branch gh-pages --single-branch /tmp/_smithy-docs
2929
cd /tmp/_smithy-docs
3030
git checkout gh-pages
3131
cd -

0 commit comments

Comments
 (0)