Skip to content

Commit

Permalink
Generate API docs for non public API.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 30, 2022
1 parent 55137de commit f08ae52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pipeline "Build" {
whenNot { platformOSX }
run "dotnet fsi ./docs/.style/style.fsx"
run
$"dotnet fsdocs build --clean --properties Configuration=Release --fscoptions \" -r:{semanticVersioning}\" --eval --strict"
$"dotnet fsdocs build --clean --properties Configuration=Release --fscoptions \" -r:{semanticVersioning}\" --eval --strict --nonpublic"
}
stage "Push" {
whenCmdArg "--push"
Expand Down Expand Up @@ -167,7 +167,8 @@ pipeline "Docs" {
stage "Watch" {
paralle
run "dotnet fsi ./docs/.style/style.fsx --watch"
run $"dotnet fsdocs watch --properties Configuration=Release --fscoptions \" -r:{semanticVersioning}\" --eval"
run
$"dotnet fsdocs watch --properties Configuration=Release --fscoptions \" -r:{semanticVersioning}\" --eval --nonpublic"
}
runIfOnlySpecified true
}
Expand Down

0 comments on commit f08ae52

Please sign in to comment.