Skip to content

Commit 1b4a77a

Browse files
committed
Update to RSA
1 parent 3b1923a commit 1b4a77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/Deploy-Documentation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$key = ("-----BEGIN OPENSSH PRIVATE KEY-----`n" +
22
$env:DEPLOY_KEY.Replace(' ', "`n") +
33
"`n-----END OPENSSH PRIVATE KEY-----`n")
4-
Set-Content "$Home\.ssh\id_ed25519" $key
4+
Set-Content "$Home\.ssh\id_rsa" $key
55
git clone "[email protected]:ExtendedXmlSerializer/documentation.git" -b gh-pages .wwwroot -q
66

77
Copy-Item .wwwroot/.git documentation/.wwwroot -recurse

0 commit comments

Comments
 (0)