Skip to content

Commit

Permalink
Maybe this will get the action running?
Browse files Browse the repository at this point in the history
  • Loading branch information
bschneidr committed Mar 13, 2024
1 parent 6c73547 commit 96d2fe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
error-on: '"never"'
build_args: 'c("--no-manual", "--no-build-vignettes")'
args: 'c("--no-manual", "--no-build-vignettes", "--ignore-vignettes")'
error-on: '"never"'

0 comments on commit 96d2fe8

Please sign in to comment.