Skip to content

Commit 9bec3f0

Browse files
committed
(build) Further prevent running documentation
The last commit removed the ability to publish documentation, and this commit removes any attempt to run Wyam at all.
1 parent 8e167ad commit 9bec3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.cake

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ BuildParameters.SetParameters(context: Context,
1919
twitterMessage: standardNotificationMessage,
2020
preferredBuildProviderType: BuildProviderType.GitHubActions,
2121
gitterMessage: "@/all " + standardNotificationMessage,
22-
shouldRunCodecov: false);
22+
shouldRunCodecov: false,
23+
shouldGenerateDocumentation: false);
2324

2425
BuildParameters.PackageSources.Add(new PackageSourceData(Context, "GPR", "https://nuget.pkg.github.com/GitTools/index.json", FeedType.NuGet, false));
2526

0 commit comments

Comments
 (0)