Switching to another image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Louis 2025-07-08 15:30:06 +02:00
parent 3d404bab37
commit ae2ad6072b

View file

@ -5,11 +5,11 @@ clone:
steps: steps:
render-site: render-site:
image: ghcr.io/quarto-dev/quarto:1.7.32 image: analythium/r2u-quarto:20.04 #ghcr.io/quarto-dev/quarto:1.7.32
environment: environment:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
commands: commands:
- apt update && apt install -y r-base # - apt update && apt install -y r-base
- cd $CI_WORKSPACE - cd $CI_WORKSPACE
- quarto render && echo "Rendered site successfully" || echo "Failed to render site" - quarto render && echo "Rendered site successfully" || echo "Failed to render site"
when: when: