We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c862b79 commit 853f4abCopy full SHA for 853f4ab
.github/workflows/render_book.yml
@@ -19,15 +19,15 @@ jobs:
19
20
- name: Install Quarto
21
uses: quarto-dev/quarto-actions/setup@v2
22
- with:
23
- tinytex: true # for pdf but buggy on finding version
+ # with:
+ # tinytex: true # for pdf but buggy on finding version
24
25
- name: Install chromium for Quarto
26
# for rendering Mermaid diagrams to pdf: https://quarto.org/docs/authoring/diagrams.html#chrome-install
27
run: quarto install chromium
28
29
- # - name: Install TinyTeX
30
- # uses: r-lib/actions/setup-tinytex@v2
+ - name: Install TinyTeX
+ uses: r-lib/actions/setup-tinytex@v2
31
32
- name: Install librsvg
33
# convert svg to png for pdf
0 commit comments