Skip to content
Snippets Groups Projects
Commit a0784623 authored by Isabelle Sanchez's avatar Isabelle Sanchez
Browse files

update .gitlab_ci.yml

parent abc8f136
No related branches found
No related tags found
No related merge requests found
Pipeline #184446 passed
......@@ -15,6 +15,8 @@ pages:
- apt-get update
- *install-quarto-cli
- R -e "install.packages(c('quarto'),repos='http://cloud.r-project.org')"
- R -e "install.packages(c('DT'),repos='http://cloud.r-project.org')"
- R -e "install.packages(c('readxl'),repos='http://cloud.r-project.org')"
script:
- R -e "quarto::quarto_render()"
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment