Skip to content

Commit

Permalink
ci: use /__w tempdir also for build_site_github_pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent 0021ee9 commit d835f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Build site
run: |
unixtools::set.tempdir("/__w/_temp/Rtmp")
unixtools::set.tempdir("/__w/Rtmp")
pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE,preview = FALSE)
shell: Rscript {0}

Expand Down

0 comments on commit d835f82

Please sign in to comment.