diff --git a/.woodpecker.yml b/.woodpecker.yml index 9a8ab87..8b1f09e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,11 +5,11 @@ clone: steps: 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: DEBIAN_FRONTEND: noninteractive commands: - - apt update && apt install -y r-base + # - apt update && apt install -y r-base - cd $CI_WORKSPACE - quarto render && echo "Rendered site successfully" || echo "Failed to render site" when: