Skip to content

Commit 757bc34

Browse files
committed
install quarto on gha
1 parent 5fdafcb commit 757bc34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545

4646
- uses: r-lib/actions/setup-pandoc@v2
4747

48+
- uses: quarto-dev/quarto-actions/setup@v2
49+
4850
- uses: r-lib/actions/setup-r@v2
4951
with:
5052
r-version: ${{ matrix.config.r }}

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- uses: r-lib/actions/setup-pandoc@v2
2929

30+
- uses: quarto-dev/quarto-actions/setup@v2
31+
3032
- uses: r-lib/actions/setup-r@v2
3133
with:
3234
use-public-rspm: true

0 commit comments

Comments
 (0)