Skip to content

Commit 506af32

Browse files
committed
add R installation to action
1 parent 0d193e3 commit 506af32

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/quarto.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ jobs:
2222
uses: quarto-dev/quarto-actions/setup@v2
2323
with:
2424
version: 1.5.57
25+
26+
- name: Install R
27+
uses: r-lib/actions/setup-r@v2
28+
with:
29+
use-public-rspm: true
30+
31+
- name: Install R Dependencies
32+
uses: r-lib/actions/setup-r-dependencies@v2
33+
with:
34+
extra-packages: any::tidyverse
2535

2636
- name: Publish to GitHub Pages (and render)
2737
uses: quarto-dev/quarto-actions/publish@v2

0 commit comments

Comments
 (0)