Skip to content

Commit

Permalink
Update to RSA
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-E-angelo committed Mar 23, 2024
1 parent 3b1923a commit 1b4a77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/Deploy-Documentation.ps1
Original file line number Diff line number Diff line change
@@ -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 "[email protected]:ExtendedXmlSerializer/documentation.git" -b gh-pages .wwwroot -q

Copy-Item .wwwroot/.git documentation/.wwwroot -recurse
Expand Down

0 comments on commit 1b4a77a

Please sign in to comment.