Skip to content

Commit cb38f9f

Browse files
committed
Added dependencies to GH action
1 parent 9491a0c commit cb38f9f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/pkgdown.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,14 @@ 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-
36+
extra-packages: |
37+
any::pkgdown
38+
any::withr
39+
any::BH
40+
any::RcppEigen
41+
stan-dev/pkgdown-config
42+
local::.
43+
3844
- name: Build site
3945
run: |
4046
withr::with_envvar(

0 commit comments

Comments
 (0)