Skip to content

Commit

Permalink
add no manual into the args
Browse files Browse the repository at this point in the history
  • Loading branch information
aylapear committed Mar 18, 2024
1 parent 6675f10 commit 4cd5f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual", "--no-build-vignettes")'
args: 'c("--ignore-vignettes")'
build_args: 'c("--no-build-vignettes")'
args: 'c("--ignore-vignettes", "--no-manual")'

0 comments on commit 4cd5f30

Please sign in to comment.