Skip to content

Commit

Permalink
use setup-r-dependencies instead of renv for Rmd renders
Browse files Browse the repository at this point in the history
  • Loading branch information
netique committed Apr 13, 2023
1 parent 0033d74 commit dec9077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/render-readme.yaml
Expand Up @@ -21,7 +21,8 @@ jobs:

- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-renv@v2
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2

- name: Render Rmarkdown files and Commit Results
run: |
Expand Down

0 comments on commit dec9077

Please sign in to comment.