Skip to content

Commit 6571c0e

Browse files
committed
try a more verbose tutorial output
1 parent 0a88534 commit 6571c0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if run_quarto || run_on_CI
8888
# For a breaking release -> also set the tutorials folder to the most recent version
8989
Pkg.instantiate()
9090
Pkg.activate(@__DIR__) # but return to the docs one before
91-
run(`quarto render $(tutorials_folder)`)
91+
run(`quarto render $(tutorials_folder) --log-level debug`)
9292
# Info to know in the event of stalling if quarto is the culprit
9393
@info "Finished rendering Quarto"
9494
end

0 commit comments

Comments
 (0)