We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d39e5f commit 52b54e7Copy full SHA for 52b54e7
build/Program.fs
@@ -273,7 +273,7 @@ Target.create "PackAll" ignore
273
==> "UpdateIntrospectionFile"
274
==> "RunIntegrationTests"
275
==> "All"
276
- =?> ("GenerateDocs", Environment.environVar "APPVEYOR" = "True")
+ =?> ("GenerateDocs", Environment.environVar "GITHUB_ACTIONS" = "True")
277
|> ignore
278
279
"CleanDocs"
0 commit comments