Skip to content

Commit 543a120

Browse files
committed
added new environment
1 parent 9abf7d7 commit 543a120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
use-public-rspm: true
2323

24-
- name: Install devtools
25-
run: install.packages(c("rmarkdown", "knitr"))
24+
- name: Install environment
25+
run: source("setup-environment.R")
2626
shell: Rscript {0}
2727

2828
- name: Render and Publish

0 commit comments

Comments
 (0)