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 33c5f27 commit 545d005Copy full SHA for 545d005
build.fsx
@@ -602,7 +602,7 @@ Target "ReleaseDocs" (fun _ ->
602
if disableDocs then () else
603
let tempDocsDir = "temp/gh-pages"
604
CleanDir tempDocsDir
605
- Repository.cloneSingleBranch "" (gitHome + "/" + gitName + ".git") "gh-pages" tempDocsDir
+ Repository.cloneSingleBranch "" "[email protected]:fsprojects/Paket.git" "gh-pages" tempDocsDir
606
607
Git.CommandHelper.runSimpleGitCommand tempDocsDir "rm . -f -r" |> ignore
608
CopyRecursive "docs/output" tempDocsDir true |> tracefn "%A"
0 commit comments