We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdafcb commit 757bc34Copy full SHA for 757bc34
.github/workflows/R-CMD-check.yaml
@@ -45,6 +45,8 @@ jobs:
45
46
- uses: r-lib/actions/setup-pandoc@v2
47
48
+ - uses: quarto-dev/quarto-actions/setup@v2
49
+
50
- uses: r-lib/actions/setup-r@v2
51
with:
52
r-version: ${{ matrix.config.r }}
.github/workflows/pkgdown.yaml
@@ -27,6 +27,8 @@ jobs:
27
28
29
30
31
32
33
34
use-public-rspm: true
0 commit comments