Skip to content

Commit 54df9bb

Browse files
authored
Update quarto_publish.yml
1 parent 3cc4d59 commit 54df9bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/quarto_publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,15 @@ jobs:
2727
with:
2828
cache-version: 1
2929

30+
- name: Install TinyTeX for PDF rendering
31+
run: |
32+
R -e "install.packages('tinytex', repos='https://cloud.r-project.org')"
33+
R -e "tinytex::install_tinytex()"
34+
3035
- name: Render and Publish
3136
uses: quarto-dev/quarto-actions/publish@v2
3237
with:
3338
target: gh-pages
3439
env:
3540
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
41+

0 commit comments

Comments
 (0)