Skip to content

Commit c3787be

Browse files
committed
Specified working directory in pkgdown GHA
1 parent 7ad28fa commit c3787be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pkgdown.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- uses: r-lib/actions/setup-r-dependencies@v2
3636
with:
3737
extra-packages: any::pkgdown, local::., stan-dev/pkgdown-config
38+
working-directory: ./rstan/rstan
3839

3940
- name: Build site
4041
run: |
@@ -44,10 +45,11 @@ jobs:
4445
new_process = TRUE
4546
)
4647
shell: Rscript {0}
48+
working-directory: ./rstan/rstan
4749

4850
- name: Deploy to GitHub pages 🚀
4951
uses: JamesIves/github-pages-deploy-action@v4
5052
with:
5153
clean: false
5254
branch: gh-pages
53-
folder: docs
55+
folder: rstan/rstan/docs

0 commit comments

Comments
 (0)