Less packages
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Louis 2025-07-08 15:26:21 +02:00
parent c51ca8fa0a
commit 3d404bab37

View file

@ -9,7 +9,7 @@ steps:
environment:
DEBIAN_FRONTEND: noninteractive
commands:
- apt update && apt install -y r-base r-devtools r-usethis r-tidyverse r-rjson r-xfun r-plotly
- apt update && apt install -y r-base
- cd $CI_WORKSPACE
- quarto render && echo "Rendered site successfully" || echo "Failed to render site"
when: