Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Added step to workflow to setup R including rmarkdown
  • Loading branch information
pmagdon authored Aug 27, 2024
1 parent 314292a commit 1f39070
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Setup R
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::knitr
any::rmarkdown
any::downlit
any::xml2

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
packages:
any::knitr
any::rmarkdown

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

0 comments on commit 1f39070

Please sign in to comment.