Skip to content

Commit 6e8bb7f

Browse files
committed
Adding all dependencies back into pkgdown GHA setup
1 parent 0ddc47b commit 6e8bb7f

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,25 @@ jobs:
3333

3434
- uses: r-lib/actions/setup-r-dependencies@v2
3535
with:
36-
extra-packages: any::pkgdown, local::., any::withr, stan-dev/pkgdown-config
37-
38-
# - uses: actions/cache@v4
39-
# with:
40-
# path: vignettes/**/_cache
41-
# key: knitr-${{ runner.os }}-${{ hashFiles('vignettes/**/*.Rmd') }}
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
54+
stan-dev/pkgdown-config
4255
4356
- name: Build site
4457
run: |

0 commit comments

Comments
 (0)