We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1923a commit 1b4a77aCopy full SHA for 1b4a77a
.build/Deploy-Documentation.ps1
@@ -1,7 +1,7 @@
1
$key = ("-----BEGIN OPENSSH PRIVATE KEY-----`n" +
2
$env:DEPLOY_KEY.Replace(' ', "`n") +
3
"`n-----END OPENSSH PRIVATE KEY-----`n")
4
-Set-Content "$Home\.ssh\id_ed25519" $key
+Set-Content "$Home\.ssh\id_rsa" $key
5
git clone "[email protected]:ExtendedXmlSerializer/documentation.git" -b gh-pages .wwwroot -q
6
7
Copy-Item .wwwroot/.git documentation/.wwwroot -recurse
0 commit comments