Skip to content

Commit a2f3af0

Browse files
committed
Fix code cells
1 parent ed05fcf commit a2f3af0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_quarto.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ format:
4848
number-sections: false
4949

5050
execute:
51-
enabled: false
52-
cache: true # or false if you don’t want caching
51+
enabled: true # allow Quarto to process code cells
52+
cache: true # still cache for speed, if you like
53+
error: false # don’t fail the build if a cell errors

0 commit comments

Comments
 (0)