Skip to content

Commit

Permalink
Build.fsx: Use Git.Repository.fullClean instead of `Git.Repository.…
Browse files Browse the repository at this point in the history
…fullclean` (#2819)
  • Loading branch information
Numpsy authored Sep 8, 2024
1 parent fac7295 commit 2cf3b66
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 @@ -1002,7 +1002,7 @@ Target.create "ReleaseDocs" (fun _ ->
let url = sprintf "https://%sgithub.com/%s/%s.git" auth githubReleaseUser gitName
Git.Repository.cloneSingleBranch "" url "gh-pages" "gh-pages"

Git.Repository.fullclean "gh-pages"
Git.Repository.fullClean "gh-pages"

Shell.copyRecursive "output" "gh-pages" true |> printfn "%A"

Expand Down

0 comments on commit 2cf3b66

Please sign in to comment.