publish docs via ssh (#1503)

This commit is contained in:
Chase Coalwell 2022-11-17 17:01:05 -07:00 committed by GitHub
parent 87d12179f5
commit f53ffd52f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
mkdocs
View File

@ -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 -