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

update CI gouvdown::gitbook_gouv au lieu du template gitbook de bokkdown

parent 63ce8b9f
No related branches found
No related tags found
No related merge requests found
Pipeline #40560 failed
......@@ -29,7 +29,6 @@ book-production:
stage: book-create
only:
- main
- master
script:
- echo "Library path for packages :" $R_LIBS
- mkdir -p $R_LIBS
......@@ -37,7 +36,7 @@ book-production:
- Rscript -e 'tinytex::install_tinytex()'
- 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 = "bookdown::gitbook", clean = FALSE, output_dir = "public")'
- Rscript -e 'bookdown::render_book("index.Rmd", output_format = "gouvdown::gitbook_gouv", clean = FALSE, output_dir = "public")'
- Rscript -e 'bookdown::render_book("index.Rmd", output_format = "bookdown::pdf_book", clean = FALSE, output_dir = "public")'
artifacts:
paths:
......@@ -52,7 +51,5 @@ pages:
paths:
- public
only:
- master
- main
- production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment