Skip to content

Commit

Permalink
Update render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau authored Dec 5, 2024
1 parent 2e9bb34 commit 7be7039
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- uses: quarto-dev/quarto-actions/setup@v2
- uses: r-lib/actions/setup-r@v2

- name: Install R package dependencies.
run: install.packages(c("knitr", "rmarkdown"))


- name: Cache results
uses: actions/cache@v2
Expand Down

0 comments on commit 7be7039

Please sign in to comment.