Skip to content

Commit

Permalink
Update quarto-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBener committed May 28, 2024
1 parent 45911eb commit 8143959
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: |
knitr
rmarkdown
ggplot2
extra-packages: |
any::knitr
any::rmarkdown
any::ggplot2
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 8143959

Please sign in to comment.