Skip to content
Snippets Groups Projects
Commit d544bdcc authored by Ghislain Durif's avatar Ghislain Durif
Browse files

render website and manage generated mpg.csv file in same step

parent 886a3f7c
No related branches found
No related tags found
No related merge requests found
Pipeline #1325 failed
......@@ -14,8 +14,9 @@ pages:
Rscript -e "install.packages('openxlsx')"
#session 4
Rscript -e "install.packages(c('ghibli', 'nycflights13','viridis','ggrepel'))"
- quarto render
- |
# rendering
quarto render
# manage mpg.csv file by hand because it is strangely missing
cp session2/mpg.csv public/session2/mpg.csv
interruptible: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment