Skip to content
Snippets Groups Projects
Commit 303b88ac authored by Juliette Engelaere-Lefebvre's avatar Juliette Engelaere-Lefebvre
Browse files

Update .gitlab-ci.yml file tinytex::install_tinytex(force = TRUE)

parent c8004f0b
No related branches found
No related tags found
No related merge requests found
Pipeline #40572 passed
......@@ -30,7 +30,7 @@ book-production:
- echo "Library path for packages :" $R_LIBS
- mkdir -p $R_LIBS
- Rscript -e 'remotes::install_deps(dependencies = TRUE)'
- Rscript -e 'tinytex::install_tinytex()'
- Rscript -e 'tinytex::install_tinytex(force = TRUE)'
- Rscript -e 'file.remove(list.files("public", full.names = TRUE))'
- Rscript -e 'unlink("public/libs", recursive = TRUE);unlink("public/images", recursive = TRUE)'
- Rscript -e 'bookdown::render_book("index.Rmd", output_format = "gouvdown::gitbook_gouv", clean = FALSE, output_dir = "public")'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment