Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brunj7 committed May 31, 2024
2 parents 8a0a56f + 7c05214 commit d43c13a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quarto_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.1'
r-version: '4.4.0'

- name: Install R Dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::knitr
any::rmarkdown
any::reticulate

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit d43c13a

Please sign in to comment.