Skip to content

Commit

Permalink
install knitr and rmarkdown as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bast authored Jun 13, 2024
1 parent 28f2e7a commit 40448cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

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

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

Expand Down

0 comments on commit 40448cd

Please sign in to comment.