Skip to content

Commit 04c56ef

Browse files
committed
Install cmdstanR in GHA before building site
1 parent f2d4b8b commit 04c56ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
with:
3737
extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config
3838

39+
- name: Install CmdStan
40+
run: Rscript -e "cmdstanr::install_cmdstan()"
41+
3942
- name: Build site
4043
run: |
4144
pkgdown::build_site_github_pages(

0 commit comments

Comments
 (0)