From de7768e2ff710cf183310e8d843cffb2e50285d4 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sun, 21 Jul 2019 21:31:12 -0400 Subject: [PATCH] clone via ssh --- azure/docs.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure/docs.bat b/azure/docs.bat index 7ce292a50..572534cee 100644 --- a/azure/docs.bat +++ b/azure/docs.bat @@ -1,11 +1,10 @@ ECHO clone docs-static -git clone https://github.com/discord-net/docs-static.git || EXIT /B 1 +git clone git@github.com:discord-net/docs-static.git || EXIT /B 1 ECHO remove old 'latest' ECHO Y | RMDIR /S docs-static\latest || EXIT /B 1 ECHO build docs -DIR docfx.console\tools\docfx.exe docs/docfx.json -o docs-static/latest/ || EXIT /B 1 ECHO commit and deploy