Skip to content

Commit

Permalink
Install R dependencies in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Nov 15, 2023
1 parent 0820028 commit d3420b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2

- name: Install dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1

- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit d3420b9

Please sign in to comment.