Reverting to quarto-cli but installing noninteractive R packages
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
c8fe9cc64f
commit
c51ca8fa0a
1 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue