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 48e7e92 commit cf51c93Copy full SHA for cf51c93
getcomputo-pub.fsx
@@ -15,9 +15,9 @@ open DrBiber
15
open System.Threading.Tasks
16
17
// exit if QUARTO_PROJECT_RENDER_ALL is set in the environment
18
-if System.Environment.GetEnvironmentVariable("QUARTO_PROJECT_RENDER_ALL") = null then
19
- printfn "QUARTO_PROJECT_RENDER_ALL is not set, exiting."
20
- exit 0
+// if System.Environment.GetEnvironmentVariable("QUARTO_PROJECT_RENDER_ALL") = null then
+// printfn "QUARTO_PROJECT_RENDER_ALL is not set, exiting."
+// exit 0
21
// Load environment variables from .env file
22
Env.Load(".env-secret")
23
0 commit comments