Skip to content

Commit 66153f8

Browse files
committed
Update quarto_render.yml
1 parent 67d4d56 commit 66153f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/quarto_render.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#
2626
# - name: Setup R
2727
# uses: r-lib/actions/setup-r@v2
28+
# uses: r-lib/actions/setup-r-dependencies@v2 #sets up r packages and their dependencies
2829
# with:
2930
# packages: |
3031
# any::rmarkdown
@@ -63,6 +64,9 @@ jobs:
6364

6465
- name: Setup R
6566
uses: r-lib/actions/setup-r@v2
67+
with:
68+
packages: |
69+
any::rmarkdown
6670
6771
- name: Render and Publish
6872
uses: quarto-dev/quarto-actions/publish@v2

0 commit comments

Comments
 (0)