diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f387292e0811a22f41d6e3b2233986704f49bdb4..bb170f26a7e07b2808e33c68d3e4138f6b68fbaa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,13 @@ -# 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