Skip to content

Commit 853f4ab

Browse files
committed
GHA: seperate tinytex install
1 parent c862b79 commit 853f4ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/render_book.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- name: Install Quarto
2121
uses: quarto-dev/quarto-actions/setup@v2
22-
with:
23-
tinytex: true # for pdf but buggy on finding version
22+
# with:
23+
# tinytex: true # for pdf but buggy on finding version
2424

2525
- name: Install chromium for Quarto
2626
# for rendering Mermaid diagrams to pdf: https://quarto.org/docs/authoring/diagrams.html#chrome-install
2727
run: quarto install chromium
2828

29-
# - name: Install TinyTeX
30-
# uses: r-lib/actions/setup-tinytex@v2
29+
- name: Install TinyTeX
30+
uses: r-lib/actions/setup-tinytex@v2
3131

3232
- name: Install librsvg
3333
# convert svg to png for pdf

0 commit comments

Comments
 (0)