Skip to content

Commit 94f300b

Browse files
committed
Added some more dependencies
1 parent f15e6dd commit 94f300b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@ jobs:
3636
extra-packages: |
3737
any::pkgdown
3838
local::.
39-
any::BH
4039
any::bayesplot
40+
any::BH
4141
any::brms
4242
any::ggplot2
4343
any::rmarkdown
44+
any::Rcpp
45+
any::RcppEigen
4446
any::rstan
4547
any::rstanarm
4648
any::rstantools
4749
any::spdep
50+
any::StanHeaders
4851
any::knitr
49-
needs: |
50-
website
51-
soft
52-
vignettes
52+
needs: website
5353

5454
- name: Build site
55-
run: pkgdown::build_site_github_pages(new_process = FALSE, install = TRUE)
55+
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
5656
shell: Rscript {0}
5757

5858
- name: Deploy to GitHub pages 🚀

0 commit comments

Comments
 (0)