Skip to content

Commit ee309a1

Browse files
authored
Update deploy_bookdown.yml
1 parent db45e96 commit ee309a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_bookdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install packages
3131
run: Rscript -e '
3232
install.packages(c("librarian", "rgdal", "rmarkdown", "vroom", "xfun", "tinytex", "tidync"), type = "binary");
33-
librarian::shelf(bookdown, dm, here, lubridate, , rmarkdown, tidyverse, worms);
33+
librarian::shelf(bookdown, dm, here, lubridate, rmarkdown, tidyverse, worms);
3434
remotes::install_github("iobis/obistools", upgrade="never");
3535
tinytex::install_tinytex()'
3636
env:

0 commit comments

Comments
 (0)