Skip to content

Commit 368e2f2

Browse files
committed
Updated data selection process for workspace generation
1 parent d4fad89 commit 368e2f2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ jobs:
5454
".packageName"
5555
)
5656
],
57-
"CloudSeeding",
58-
"Elephants",
59-
"FlintMDEQ",
60-
"Infant",
61-
"SleepDeprivation"
57+
Sys.glob("data/*.rda") |> basename() |> gsub("\\.rda$", "", x = _)
6258
)
6359
save(list = iscamdata, file = "docs/ISCAM.RData")
6460
shell: Rscript {0}

0 commit comments

Comments
 (0)