Skip to content

Commit b4f063c

Browse files
committed
Adapt build.fsx for documentation publish
1 parent b526ce9 commit b4f063c

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

build.fsx

+11-9
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,17 @@ Target.create "Publish" ignore
119119

120120
// Build order
121121
"Clean"
122-
==> "Meta"
123-
==> "Restore"
124-
==> "Build"
125-
==> "Package"
126-
==> "GenerateDocs"
127-
==> "PublishNuget"
128-
==> "ReleaseDocs"
129-
==> "Publish"
130-
122+
==> "Meta"
123+
==> "Restore"
124+
==> "Build"
125+
==> "Package"
126+
==> "PublishNuget"
127+
==> "Publish"
128+
129+
// Documentation generation is separate from the build
130+
// because it should be done by the Github workflow
131+
"GenerateDocs"
132+
==> "ReleaseDocs"
131133

132134
// start build
133135
Target.runOrDefault "Build"

0 commit comments

Comments
 (0)