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

trying to find where the generated file mpg.csv is stored on the CI server

parent 813080a5
No related branches found
No related tags found
No related merge requests found
Pipeline #1323 passed
......@@ -2,6 +2,7 @@ pages:
stage: deploy
image: rocker/tidyverse
script:
- git clean -f
- quarto -v
- |
apt update && apt install -y libxt6 cargo
......@@ -16,7 +17,8 @@ pages:
- quarto render
- |
# manage mpg.csv file by hand because it is strangely missing
cp mpg.csv public/session2/mpg.csv
# cp mpg.csv public/session2/mpg.csv
ls -R .
interruptible: true
artifacts:
paths:
......
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