There was an error while loading. Please reload this page.
1 parent f2d4b8b commit 04c56efCopy full SHA for 04c56ef
1 file changed
.github/workflows/pkgdown.yaml
@@ -36,6 +36,9 @@ jobs:
36
with:
37
extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config
38
39
+ - name: Install CmdStan
40
+ run: Rscript -e "cmdstanr::install_cmdstan()"
41
+
42
- name: Build site
43
run: |
44
pkgdown::build_site_github_pages(
0 commit comments