File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3333
3434 - uses : r-lib/actions/setup-r-dependencies@v2
3535 with :
36+ dependencies : ' "all"'
3637 extra-packages : any::pkgdown, local::., any::withr
3738 needs : website
3839
4445 - name : Build site
4546 run : |
4647 withr::with_envvar(
47- c("NOT_CRAN" = "true"),
48+ c("NOT_CRAN" = "true"), # this should already be set by setup-r@v2? keeping because vignettes don't build otherwise
4849 pkgdown::build_site_github_pages(
4950 lazy = FALSE, # change to TRUE if runner times out.
5051 run_dont_run = TRUE,
Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ Suggests:
5252 testthat (>= 3.0)
5353VignetteBuilder:
5454 knitr
55- Config/Needs/website: stan-dev/pkgdown-config
55+ Remotes:
56+ stan-dev/pkgdown-config
57+ Config/Needs/website: pkgdownconfig
5658Config/testthat/edition: 3
5759Config/testthat/parallel: true
5860Config/testthat/start-first: loo_subsampling_cases, loo_subsampling
You can’t perform that action at this time.
0 commit comments