Skip to content

Commit 52b54e7

Browse files
author
Andrii Chebukin
committed
Changed CI environment detection to GitHub Actions
1 parent 8d39e5f commit 52b54e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Target.create "PackAll" ignore
273273
==> "UpdateIntrospectionFile"
274274
==> "RunIntegrationTests"
275275
==> "All"
276-
=?> ("GenerateDocs", Environment.environVar "APPVEYOR" = "True")
276+
=?> ("GenerateDocs", Environment.environVar "GITHUB_ACTIONS" = "True")
277277
|> ignore
278278

279279
"CleanDocs"

0 commit comments

Comments
 (0)