nhirschey / FSharp.Data.Fred

Wrapper for Federal Reserve Economic Data API https://nhirschey.github.io/FSharp.Data.Fred/
MIT License
3 stars 3 forks source link

needs github action workflows #2

Closed nhirschey closed 3 years ago

nhirschey commented 3 years ago
nhirschey commented 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
)
nhirschey commented 3 years ago

Closed by https://github.com/nhirschey/FSharp.Data.Fred/pull/3

nhirschey commented 3 years ago

Forgot, still need —eval fix.