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 ed161c2 commit 6f91573Copy full SHA for 6f91573
Scripts/BuildPaclet.wls
@@ -6,7 +6,7 @@ BeginPackage[ "Wolfram`ChatbookScripts`" ];
6
(* ::Section::Closed:: *)
7
(*Initialization*)
8
If[ ! TrueQ @ $loadedDefinitions, Get @ FileNameJoin @ { DirectoryName @ $InputFileName, "Common.wl" } ];
9
-System`$PublisherID = "Wolfram";
+If[ ! StringQ @ Environment[ "GITHUB_ACTIONS" ], System`$PublisherID = "Wolfram" ];
10
11
(* ::**************************************************************************************************************:: *)
12
(* ::Subsection::Closed:: *)
0 commit comments