Skip to content

Commit

Permalink
ci(github action): modified setup-r-dependencies working-directory to…
Browse files Browse the repository at this point in the history
… see if that resolve error finding R package in '.'
  • Loading branch information
amyheather committed Jul 9, 2024
1 parent ca288b0 commit a085366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: 'reproduction/'
working-directory: './reproduction/'

- name: Render and publish to GitHub pages
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit a085366

Please sign in to comment.