Skip to content

Commit cf51c93

Browse files
committed
Comment out QUARTO_PROJECT_RENDER_ALL exit check in getcomputo-pub.fsx
1 parent 48e7e92 commit cf51c93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

getcomputo-pub.fsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ open DrBiber
1515
open System.Threading.Tasks
1616

1717
// 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
18+
// if System.Environment.GetEnvironmentVariable("QUARTO_PROJECT_RENDER_ALL") = null then
19+
// printfn "QUARTO_PROJECT_RENDER_ALL is not set, exiting."
20+
// exit 0
2121
// Load environment variables from .env file
2222
Env.Load(".env-secret")
2323

0 commit comments

Comments
 (0)