Skip to content

Commit f1b00f8

Browse files
committed
ci: adding install_local
1 parent dd29f80 commit f1b00f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/blogdown.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
run: blogdown::install_hugo("0.60.1")
3030
shell: Rscript {0}
3131

32+
- name: Install deps
33+
run: install.packages(c("remotes"));remotes::install_local()
34+
shell: Rscript {0}
35+
3236
- name: Build site
3337
run: blogdown::build_site(build_rmd = TRUE)
3438
shell: Rscript {0}

0 commit comments

Comments
 (0)