Skip to content

Commit

Permalink
ci: put Rtmp directly on /__w/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent e238fa3 commit 0021ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: runner.os == 'Linux'
run: |
mkdir /__w/_temp/Library
mkdir /__w/_temp/Rtmp
mkdir /__w/Rtmp
echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
- name: Checkout package
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Build articles
run: |
install.packages("unixtools", repos = "http://www.rforge.net/")
unixtools::set.tempdir("/__w/_temp/Rtmp")
unixtools::set.tempdir("/__w/Rtmp")
pkgdown::build_articles(quiet = FALSE)
shell: Rscript {0}

Expand Down

0 comments on commit 0021ee9

Please sign in to comment.