Skip to content

Commit 1dd2fce

Browse files
committed
Allow errors
1 parent a2f3af0 commit 1dd2fce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_quarto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ format:
5050
execute:
5151
enabled: true # allow Quarto to process code cells
5252
cache: true # still cache for speed, if you like
53-
error: false # don’t fail the build if a cell errors
53+
error: true # don’t fail the build if a cell errors
54+
warning: false
55+
message: false

0 commit comments

Comments
 (0)