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
Branches
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:
stage: deploy
image: carinerey/r_for_beginners
image: rocker/tidyverse
script:
- mkdir -p public/
- cp -R img public/
- make
- quarto -v
- |
quarto render
mkdir public
cp -r _book/* public/
interruptible: true
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment