Skip to content

Commit 91b8a40

Browse files
Adapt to changed RHOME in runner for pkgup GHA job (#6727)
* Print debugging of pkgup GHA * more comments to enable running on branch for the moment * Try next step * RTFM to avoid starting an R session * missing components * OK looks right now * whitespace
1 parent 3a7ec2d commit 91b8a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cp -R ${{ env.R_LIBS_USER }} library
5151
R CMD INSTALL --library="library" $(ls -1t data.table_*.tar.gz | head -n 1) --html
5252
mkdir -p doc/html
53-
cp /usr/share/R/doc/html/{left.jpg,up.jpg,Rlogo.svg,R.css,index.html} doc/html
53+
cp $(R RHOME)/doc/html/{left.jpg,up.jpg,Rlogo.svg,R.css,index.html} doc/html
5454
Rscript -e 'utils::make.packages.html("library", docdir="doc")'
5555
sed -i "s|file://|../..|g" doc/html/packages.html
5656
mkdir -p public

0 commit comments

Comments
 (0)