Skip to content

Commit 2e472de

Browse files
committed
Install loo before building vignettes to hopefully resolve some dependencies
1 parent 743a3cc commit 2e472de

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,9 @@ jobs:
3636
extra-packages: |
3737
any::pkgdown
3838
local::.
39-
any::bayesplot
40-
any::rstanarm
41-
any::brms
42-
any::ggplot2
43-
any::rmarkdown
44-
any::rstan
45-
any::rstanarm
46-
any::rstantools
47-
any::spdep
48-
any::knitr
49-
needs: website
5039
5140
- name: Build site
52-
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
41+
run: pkgdown::build_site_github_pages(new_process = FALSE, install = TRUE)
5342
shell: Rscript {0}
5443

5544
- name: Deploy to GitHub pages 🚀

0 commit comments

Comments
 (0)