Skip to content

Commit 2446c3c

Browse files
authored
Update generate-workspace.yaml
1 parent ce5d51c commit 2446c3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
Sys.glob("data/*.rda") |>
3333
basename() |>
3434
gsub("\\.rda$", "", x = _) |>
35-
save(list = _, file = "docs/ISCAM.RData")
35+
save(list = _, file = "dev/ISCAM.RData")
3636
shell: Rscript {0}
3737

3838
- uses: stefanzweifel/git-auto-commit-action@v5
3939
with:
4040
commit_message: "chore: update ISCAM.RData [skip ci]"
4141
file_pattern: dev/ISCAM.RData
42+

0 commit comments

Comments
 (0)