Skip to content

Commit

Permalink
fixup! ci: add workflow to deploy pkgdown site
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Dec 18, 2024
1 parent a49192d commit 8ddd4e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown
- name: Install pdflatex
shell: bash
run: sudo apt-get install texlive-latex-base texlive-fonts-extra
- name: Build site
run: pkgdown::build_site_github_pages(dest_dir = "docs", install = TRUE)
shell: Rscript {0}
Expand Down

0 comments on commit 8ddd4e6

Please sign in to comment.