Skip to content

Commit 0144d31

Browse files
committed
fixes missing quotes
1 parent 9e30bf4 commit 0144d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-sf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919

2020
- name: Build book
2121
run: |
22-
Rscript -e 'install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)
22+
Rscript -e 'install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)'
2323
Rscript -e 'remotes::install_github("r-spatial/sf")'
2424
Rscript -e 'remotes::install_github("r-spatial/stars")'
2525
Rscript -e 'remotes::install_github("rspatial/terra")'
2626
#Rscript -e 'remotes::install_github("geocompx/geocompkg", dependencies = TRUE, force = TRUE)'
27-
Rscript -e 'bookdown::render_book("index.Rmd")
27+
Rscript -e 'bookdown::render_book("index.Rmd")'

0 commit comments

Comments
 (0)