publish docs via ssh (#1503)
This commit is contained in:
parent
87d12179f5
commit
f53ffd52f0
2
mkdocs
2
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 -
|
||||
|
|
Loading…
Reference in New Issue