Skip to content

Commit

Permalink
tinytex added in pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
spedygiorgio committed Oct 7, 2024
1 parent 191d093 commit c9a5c6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Install TinyTeX
run: Rscript -e 'tinytex::install_tinytex()'

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
run: Rscript -e 'pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)'
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit c9a5c6e

Please sign in to comment.