Skip to content

Commit e840f59

Browse files
committed
Point to pkgdown-config only in GHA
1 parent 3bc53fd commit e840f59

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333

3434
- uses: r-lib/actions/setup-r-dependencies@v2
3535
with:
36-
dependencies: '"all"'
37-
extra-packages: any::pkgdown, local::., any::withr
38-
needs: website
36+
extra-packages: any::pkgdown, local::., any::withr, stan-dev/pkgdown-config
3937

4038
# - uses: actions/cache@v4
4139
# with:

DESCRIPTION

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

0 commit comments

Comments
 (0)