Skip to content

Commit 545d005

Browse files
committed
Bump version to 8.0.1
1 parent 33c5f27 commit 545d005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Target "ReleaseDocs" (fun _ ->
602602
if disableDocs then () else
603603
let tempDocsDir = "temp/gh-pages"
604604
CleanDir tempDocsDir
605-
Repository.cloneSingleBranch "" (gitHome + "/" + gitName + ".git") "gh-pages" tempDocsDir
605+
Repository.cloneSingleBranch "" "[email protected]:fsprojects/Paket.git" "gh-pages" tempDocsDir
606606

607607
Git.CommandHelper.runSimpleGitCommand tempDocsDir "rm . -f -r" |> ignore
608608
CopyRecursive "docs/output" tempDocsDir true |> tracefn "%A"

0 commit comments

Comments
 (0)