Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed May 3, 2024
1 parent 2544375 commit 41a2cb8
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 @@ -15,7 +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
export LC_ALL=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 41a2cb8

Please sign in to comment.