Skip to content

Commit

Permalink
Fix FAKE docs generation (#20)
Browse files Browse the repository at this point in the history
* Use debug in docs generation

* Fix FAKE docs generation
  • Loading branch information
AndrewIOM authored Apr 17, 2024
1 parent 5599b4d commit 6f5c18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let companyName = ""
let tags = "modelling time-series F# fsharp R data-science ecology model-fitting"
let license = "MIT"
let iconUrl = ""
let copyright = "(C) 2018 Andrew Martin"
let copyright = "(C) 2018-24 Andrew Martin"

let packageProjectUrl = "https://acm.im/bristlecone"
let repositoryType = "git"
Expand Down
1 change: 1 addition & 0 deletions tests/Bristlecone.Tests/Bristlecone.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/Bristlecone/Bristlecone.fsproj" />
<ProjectReference Include="../../src/Bristlecone.Dendro/Bristlecone.Dendro.fsproj" />
<Compile Include="Config.fs" />
<Compile Include="Time.fs" />
<Compile Include="Parameter.fs" />
Expand Down

0 comments on commit 6f5c18d

Please sign in to comment.