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

Mettre à jour le fichier .gitlab-ci.yml

parent 4732d737
No related branches found
No related tags found
No related merge requests found
Pipeline #489328 passed
......@@ -2,12 +2,6 @@ html:
stage: build
image: rocker/geospatial:latest
script:
- rm /usr/local/bin/pandoc
- rm /usr/local/bin/pandoc-citeproc
- "wget -O pandoc-2.2.1-1-amd64.deb https://github.com/jgm/pandoc/releases/download/2.2.1/pandoc-2.2.1-1-amd64.deb"
- "dpkg -i pandoc-2.2.1-1-amd64.deb"
- "rm pandoc-2.2.1-1-amd64.deb"
- Rscript -e "install.packages('devtools');install.packages('knitr')"
- mkdir public
- cp *.html **/*.html -r -v -d public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment