Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad authored May 3, 2024
1 parent 97b994c commit 2544375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Render Book
run: |
export LANG=fr_FR.UTF-8
defaults write org.R-project.R force.LANG fr_FR.UTF-8
Rscript -e 'install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)'
Rscript -e 'remotes::install_github("r-tmap/tmap")'
Rscript -e 'bookdown::render_book("index.Rmd")'
Expand Down

0 comments on commit 2544375

Please sign in to comment.