Skip to content

Commit 167a93a

Browse files
committed
Add no build vignette when quarto is not available
1 parent 28a5efc commit 167a93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
- uses: r-lib/actions/check-r-package@v2
7777
with:
7878
upload-snapshots: true
79-
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
79+
build_args: ${{ format('c("--no-manual","--compact-vignettes=gs+qpdf"{0})', matrix.config.quarto == false && ',"--no-build-vignettes"' || '') }}

0 commit comments

Comments
 (0)