Skip to content

Commit 4102ee3

Browse files
committed
Fix CI: Add TinyTeX installation step for PDF generation
1 parent 9df8137 commit 4102ee3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Set up Quarto
1717
uses: quarto-dev/quarto-actions/setup@v2
1818

19+
- name: Install TinyTeX
20+
run: quarto install tinytex
21+
1922
- name: Install R
2023
uses: r-lib/actions/setup-r@v2
2124
with:

0 commit comments

Comments
 (0)