Skip to content

Commit 3bc53fd

Browse files
committed
Adding pkgdown-config repo as a remote
1 parent aab2fe2 commit 3bc53fd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
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

@@ -44,7 +45,7 @@ jobs:
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,

DESCRIPTION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Suggests:
5252
testthat (>= 3.0)
5353
VignetteBuilder:
5454
knitr
55-
Config/Needs/website: stan-dev/pkgdown-config
55+
Remotes:
56+
stan-dev/pkgdown-config
57+
Config/Needs/website: pkgdownconfig
5658
Config/testthat/edition: 3
5759
Config/testthat/parallel: true
5860
Config/testthat/start-first: loo_subsampling_cases, loo_subsampling

0 commit comments

Comments
 (0)