Skip to content

Commit

Permalink
Don't try to build vignette in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Aug 17, 2023
1 parent 37a0f2c commit d2847bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran")'
build_args: 'c("--no-manual", "--no-build-vignettes")'
error-on: '"error"'
check-dir: '"check"'
upload-snapshots: true

0 comments on commit d2847bf

Please sign in to comment.