Skip to content

Commit 1efdadf

Browse files
committed
Disable PDF to avoid triggering a headless chrome session as the CI build path doesn't support it right now.
quarto-dev/quarto-actions#45
1 parent 3668dca commit 1efdadf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_quarto.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ book:
1616

1717

1818
format:
19-
pdf: default
19+
# pdf: default
2020
html:
2121
theme:
2222
light: cosmo
@@ -35,5 +35,5 @@ webr:
3535

3636
editor: source
3737

38-
execute:
39-
freeze: true
38+
#execute:
39+
# freeze: true

0 commit comments

Comments
 (0)