We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a5efc commit 167a93aCopy full SHA for 167a93a
.github/workflows/R-CMD-check.yaml
@@ -76,4 +76,4 @@ jobs:
76
- uses: r-lib/actions/check-r-package@v2
77
with:
78
upload-snapshots: true
79
- build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
+ build_args: ${{ format('c("--no-manual","--compact-vignettes=gs+qpdf"{0})', matrix.config.quarto == false && ',"--no-build-vignettes"' || '') }}
0 commit comments