Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 67af238

Browse files
committed
(maint) Turn off generation of docs
This seems to be causing a problem on GitHub Actions, so turning off for now.
1 parent 351135a commit 67af238

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ BuildParameters.SetParameters(context: Context,
1010
repositoryName: "Cake.DotNetTool.Module",
1111
appVeyorAccountName: "cakecontrib",
1212
shouldRunDotNetCorePack: true,
13-
preferredBuildProviderType: BuildProviderType.GitHubActions);
13+
preferredBuildProviderType: BuildProviderType.GitHubActions,
14+
shouldGenerateDocumentation: false);
1415

1516
BuildParameters.PrintParameters(Context);
1617

0 commit comments

Comments
 (0)