Skip to content

Commit

Permalink
HTML5 example: do not build vignettes in R CMD build
Browse files Browse the repository at this point in the history
Closes #611.
  • Loading branch information
gaborcsardi committed Aug 23, 2022
1 parent 48a0e59 commit c5f9d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/html-5-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--as-cran", "--no-codoc", "--no-examples", "--no-tests", "--no-vignettes", "--no-build-vignettes", "--ignore-vignettes", "--no-install")'
build_args: 'character()'
build_args: 'c("--no-build-vignettes")'
error-on: '"note"'
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
Expand Down

0 comments on commit c5f9d0c

Please sign in to comment.