Switching to another image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3d404bab37
commit
ae2ad6072b
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue