Skip to content

Commit

Permalink
ci: install unixtools package
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 12, 2024
1 parent d734a7d commit 28ae8fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:

- name: Build site
run: |
install.packages("unixtools", repos = "http://www.rforge.net/")
unixtools::set.tempdir("/__w/Rtmp")
pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 28ae8fd

Please sign in to comment.