Reverting to quarto-cli but installing noninteractive R packages
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Louis 2025-07-08 15:24:42 +02:00
parent c8fe9cc64f
commit c51ca8fa0a

View file

@ -5,13 +5,13 @@ clone:
steps:
render-site:
image: registry.gitlab.com/quarto-forge/docker/rstats
image: ghcr.io/quarto-dev/quarto:1.7.32
environment:
DEBIAN_FRONTEND: noninteractive
commands:
- export XDG_CACHE_HOME=/tmp/quarto_cache_home
- export XDG_DATA_HOME=/tmp/quarto_data_home
- apt update && apt install -y r-base r-devtools r-usethis r-tidyverse r-rjson r-xfun r-plotly
- cd $CI_WORKSPACE
- whoami
- quarto render
- quarto render && echo "Rendered site successfully" || echo "Failed to render site"
when:
event: [push, pull_request, cron, manual]
branch: