Skip to content

Commit c9d8e4d

Browse files
committed
Don't check vignette when no quarto
1 parent 92a8217 commit c9d8e4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)