Skip to content

Commit aab2fe2

Browse files
committed
Trying to simplify dependencies for build
1 parent cc3a80a commit aab2fe2

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/pkgdown.yaml

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

3434
- uses: r-lib/actions/setup-r-dependencies@v2
3535
with:
36-
extra-packages: |
37-
any::pkgdown
38-
local::.
39-
any::bayesplot
40-
any::BH
41-
any::brms
42-
any::ggplot2
43-
any::rmarkdown
44-
any::Rcpp
45-
any::RcppEigen
46-
any::RcppParallel
47-
any::rstan
48-
any::rstanarm
49-
any::rstantools
50-
any::spdep
51-
any::StanHeaders
52-
any::knitr
53-
any::withr
36+
extra-packages: any::pkgdown, local::., any::withr
5437
needs: website
5538

5639
# - uses: actions/cache@v4
@@ -64,7 +47,6 @@ jobs:
6447
c("NOT_CRAN" = "true"),
6548
pkgdown::build_site_github_pages(
6649
lazy = FALSE, # change to TRUE if runner times out.
67-
install = TRUE,
6850
run_dont_run = TRUE,
6951
new_process = TRUE
7052
)

0 commit comments

Comments
 (0)