From 11e5ec7810b1b4fa72b68852fcb038f68ccf14c1 Mon Sep 17 00:00:00 2001 From: Mike-E Date: Sat, 23 Mar 2024 07:19:49 -0400 Subject: [PATCH] Update to RSA --- .build/Deploy-Documentation.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/Deploy-Documentation.ps1 b/.build/Deploy-Documentation.ps1 index 7033f6fc..45ff8fd2 100644 --- a/.build/Deploy-Documentation.ps1 +++ b/.build/Deploy-Documentation.ps1 @@ -1,7 +1,7 @@ $key = ("-----BEGIN OPENSSH PRIVATE KEY-----`n" + $env:DEPLOY_KEY.Replace(' ', "`n") + "`n-----END OPENSSH PRIVATE KEY-----`n") -Set-Content "$Home\.ssh\id_ed25519" $key +Set-Content "$Home\.ssh\id_rsa" $key git clone "git@github.com:ExtendedXmlSerializer/documentation.git" -b gh-pages .wwwroot -q Copy-Item .wwwroot/.git documentation/.wwwroot -recurse