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

enable quarto build in gitlab CI

parent b2a0b72f
No related branches found
No related tags found
1 merge request!1Quarto refactor
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages: pages:
stage: deploy stage: deploy
image: carinerey/r_for_beginners image: rocker/tidyverse
script: script:
- mkdir -p public/ - quarto -v
- cp -R img public/ - |
- make quarto render
mkdir public
cp -r _book/* public/
interruptible: true
artifacts: artifacts:
paths: paths:
- public - public
......
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