Skip to content

Commit

Permalink
Bump version to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jan 15, 2024
1 parent 33c5f27 commit 545d005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ Target "ReleaseDocs" (fun _ ->
if disableDocs then () else
let tempDocsDir = "temp/gh-pages"
CleanDir tempDocsDir
Repository.cloneSingleBranch "" (gitHome + "/" + gitName + ".git") "gh-pages" tempDocsDir
Repository.cloneSingleBranch "" "git@github.com:fsprojects/Paket.git" "gh-pages" tempDocsDir

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

0 comments on commit 545d005

Please sign in to comment.