Skip to content

Commit

Permalink
small docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tforkmann committed Jun 20, 2024
1 parent 112bf82 commit b2c4eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ let pushPackage _ =
runDotNet cmd buildDir)
Target.create "Push" (fun _ -> pushPackage [] )

let docsSrcPath = Path.getFullName "./src/Docs"
let docsSrcPath = Path.getFullName "./src/docs"
let docsDeployPath = "docs"

Target.create "InstallDocs" (fun _ ->
Expand Down

0 comments on commit b2c4eea

Please sign in to comment.