Skip to content

Commit

Permalink
Update check-standard.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghar1821 committed May 25, 2024
1 parent c567b87 commit 6cb82a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: false
build_args: 'c("--no-manual", "--no-examples",
"--no-vignettes", "--no-build-vignettes", "--ignore-vignettes")'
args: 'c("--no-examples")'
build_args: 'c("--no-manual", "--no-build-vignettes")'
error-on: '"error"'

0 comments on commit 6cb82a3

Please sign in to comment.