Skip to content

Commit 0ffe1c2

Browse files
committed
feat: Update file location
1 parent 386b66c commit 0ffe1c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Append_File_On_Merged_to_Main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
echo "\nWriting Documentations Now......\n"
8989
90-
R -e '.libPaths(c("/renv/library/R-4.1/x86_64-pc-linux-gnu",.libPaths()));library(devtools);document()'
90+
R -e 'library(devtools);document()'
9191
9292
if [ -d "./vignettes" ]; then
9393
HAS_VIGNETTES=True
@@ -99,9 +99,9 @@ jobs:
9999
mv ./vignettes ./bk_vignettes
100100
fi
101101
102-
ls -al /renv/library/R-4.1/x86_64-pc-linux-gnu
102+
# ls -al /renv/library/R-4.1/x86_64-pc-linux-gnu
103103
104-
R -e '.libPaths(c("/renv/library/R-4.1/x86_64-pc-linux-gnu",.libPaths()));library(devtools);load_all();library(pkgdown);build_site_github_pages()'
104+
R -e 'library(devtools);load_all();library(pkgdown);build_site_github_pages()'
105105
106106
if [ "$HAS_VIGNETTES" = True ]; then
107107
mkdir -p ./docs/vignettes

0 commit comments

Comments
 (0)