Skip to content

Commit

Permalink
Update the _pkgdown workflow: add libraries for latex equations
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Aug 28, 2024
1 parent c5e6fbd commit 6bbf385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website

- uses: r-lib/actions/setup-tinytex@v2

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 6bbf385

Please sign in to comment.