Skip to content

Commit 02d15f2

Browse files
authored
Update quarto-publish.yml to remove tinytex dependency
1 parent 22b956d commit 02d15f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quarto-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
- name: Set up Quarto
1515
uses: quarto-dev/quarto-actions/setup@v2
16-
with:
16+
#with:
1717
# To install LaTeX to build PDF book
18-
tinytex: true
18+
#tinytex: true
1919
# uncomment below and fill to pin a version
20-
version: 0.9.600
20+
#version: 0.9.600
2121

2222
# add software dependencies here
2323

0 commit comments

Comments
 (0)