Skip to content

Commit 9e1fb15

Browse files
committed
Added dev mode and don't autorun on PRs. Added cmdstanr to workflow
1 parent 20eb59d commit 9e1fb15

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

‎.github/workflows/pkgdown.yaml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
# build dev site on merged pushes
55
push:
66
branches: [main, master]
7-
pull_request:
87
# build full site on releases
98
release:
109
types: [published]
@@ -34,7 +33,7 @@ jobs:
3433

3534
- uses: r-lib/actions/setup-r-dependencies@v2
3635
with:
37-
extra-packages: any::pkgdown, local::., any::withr, stan-dev/pkgdown-config
36+
extra-packages: any::pkgdown, local::., any::withr, stan-dev/pkgdown-config, stan-dev/cmdstanr
3837

3938
- name: Build site
4039
run: |

‎_pkgdown.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ articles:
4646
The document below explains one way to host a shinystan app online.
4747
contents:
4848
- deploy_shinystan
49-
49+
50+
development:
51+
mode: auto
52+
5053
reference:
5154
- title: "Package overview"
5255
desc: >

0 commit comments

Comments
 (0)