Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Jun 2, 2024
1 parent 5d02c28 commit 58ce433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Render Book
run: |
Rscript -e 'remotes::install_github("geocompr/geocompkg", dependencies = TRUE, force = TRUE)'
Rscript -e 'install.packages("geodata", dependencies = TRUE, force = TRUE)'
Rscript -e 'remotes::install_github("rspatial/geodata", dependencies = TRUE, force = TRUE)'
Rscript -e 'library(terra)'
Rscript -e 'bookdown::render_book("index.Rmd")'
- name: Deploy
Expand Down

0 comments on commit 58ce433

Please sign in to comment.