We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad28fa commit c3787beCopy full SHA for c3787be
1 file changed
.github/workflows/pkgdown.yml
@@ -35,6 +35,7 @@ jobs:
35
- uses: r-lib/actions/setup-r-dependencies@v2
36
with:
37
extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config
38
+ working-directory: ./rstan/rstan
39
40
- name: Build site
41
run: |
@@ -44,10 +45,11 @@ jobs:
44
45
new_process = TRUE
46
)
47
shell: Rscript {0}
48
49
50
- name: Deploy to GitHub pages 🚀
51
uses: JamesIves/github-pages-deploy-action@v4
52
53
clean: false
54
branch: gh-pages
- folder: docs
55
+ folder: rstan/rstan/docs
0 commit comments