Skip to content

Commit

Permalink
Updated GHA workflow to include missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidasilvaf committed Apr 18, 2024
1 parent 47336c6 commit cd0064c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

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

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

0 comments on commit cd0064c

Please sign in to comment.