Closed nhirschey closed 3 years ago
@DavideGCosta I think we need "--eval" in the build.fsx generatedocs target. The docs website isn't evaluating things.
Target.create "GenerateDocs" (fun _ ->
Shell.cleanDir ".fsdocs"
DotNet.exec id "fsdocs" "build --strict --clean --properties Configuration=Release" |> ignore
)
Forgot, still need —eval fix.