Skip to content

Commit

Permalink
Add the lib directory for doc generation
Browse files Browse the repository at this point in the history
fixes #719
  • Loading branch information
neoeinstein committed Apr 4, 2015
1 parent e8456a2 commit 92dac63
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 @@ -117,7 +117,7 @@ Target "GenerateDocs" (fun _ ->
-- "./build/**/Fake.IIS.dll"
-- "./build/**/Fake.Deploy.Lib.dll"

CreateDocsForDlls apidocsDir templatesDir projInfo (githubLink + "/blob/master") dllFiles
CreateDocsForDlls apidocsDir templatesDir (projInfo @ ["--libDirs", "./build"]) (githubLink + "/blob/master") dllFiles

WriteStringToFile false "./docs/.nojekyll" ""

Expand Down

0 comments on commit 92dac63

Please sign in to comment.