Skip to content

Commit 5e2a83c

Browse files
authored
Update deploy_bookdown.yml
1 parent ab959f0 commit 5e2a83c

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
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install packages
3131
run: Rscript -e '
32-
install.packages(c("librarian", "rgdal", "rmarkdown", "vroom", "xfun", "tinytex", "tidync", "httr", "leaflet", "sf", "terra"), type = "binary");
32+
install.packages(c("librarian", "rgdal", "rmarkdown", "vroom", "xfun", "tinytex", "tidync", "httr", "leaflet", "sf", "terra", "mapdata"), type = "binary");
3333
librarian::shelf(bookdown, dm, here, lubridate, rmarkdown, tidyverse, worms);
3434
remotes::install_github("iobis/obistools", upgrade="never");
3535
tinytex::install_tinytex()'

0 commit comments

Comments
 (0)