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 0a88534 commit 6571c0eCopy full SHA for 6571c0e
1 file changed
docs/make.jl
@@ -88,7 +88,7 @@ if run_quarto || run_on_CI
88
# For a breaking release -> also set the tutorials folder to the most recent version
89
Pkg.instantiate()
90
Pkg.activate(@__DIR__) # but return to the docs one before
91
- run(`quarto render $(tutorials_folder)`)
+ run(`quarto render $(tutorials_folder) --log-level debug`)
92
# Info to know in the event of stalling if quarto is the culprit
93
@info "Finished rendering Quarto"
94
end
0 commit comments