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:
|
steps:
|
||||||
render-site:
|
render-site:
|
||||||
image: registry.gitlab.com/quarto-forge/docker/rstats
|
image: ghcr.io/quarto-dev/quarto:1.7.32
|
||||||
|
environment:
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
commands:
|
commands:
|
||||||
- export XDG_CACHE_HOME=/tmp/quarto_cache_home
|
- apt update && apt install -y r-base r-devtools r-usethis r-tidyverse r-rjson r-xfun r-plotly
|
||||||
- export XDG_DATA_HOME=/tmp/quarto_data_home
|
|
||||||
- cd $CI_WORKSPACE
|
- cd $CI_WORKSPACE
|
||||||
- whoami
|
- quarto render && echo "Rendered site successfully" || echo "Failed to render site"
|
||||||
- quarto render
|
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request, cron, manual]
|
event: [push, pull_request, cron, manual]
|
||||||
branch:
|
branch:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue