Skip to content

Commit e5b2ef8

Browse files
committed
Update pages.
1 parent 2e8cae5 commit e5b2ef8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,18 @@ jobs:
2222

2323
- name: Install R libraries in renv
2424
uses: r-lib/actions/setup-renv@v2
25+
directory: Reporting/Report
2526

2627
- name: Render quarto website
2728
run: quarto render
29+
directory: Reporting/Report
2830

2931
- name: Publish
3032
if: github.event_name != 'pull_request'
3133
uses: quarto-dev/quarto-actions/publish@v2
3234
with:
3335
target: gh-pages
3436
render: false
35-
publish_dir: ./_site
37+
publish_dir: Reporting/Report/_site
3638
env:
3739
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)