Skip to content

Commit

Permalink
Build.fsx: Use Git.Repository.fullClean instead of Git.Repository.ful…
Browse files Browse the repository at this point in the history
…lclean
  • Loading branch information
Numpsy committed Sep 6, 2024
1 parent fac7295 commit 19bb5f6
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 19bb5f6

Please sign in to comment.