Skip to content

Commit f15e6dd

Browse files
committed
Added BH and some params to needs
1 parent e010720 commit f15e6dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
extra-packages: |
3737
any::pkgdown
3838
local::.
39+
any::BH
3940
any::bayesplot
4041
any::brms
4142
any::ggplot2
@@ -45,6 +46,10 @@ jobs:
4546
any::rstantools
4647
any::spdep
4748
any::knitr
49+
needs: |
50+
website
51+
soft
52+
vignettes
4853
4954
- name: Build site
5055
run: pkgdown::build_site_github_pages(new_process = FALSE, install = TRUE)

0 commit comments

Comments
 (0)