Skip to content

Commit

Permalink
edit actions attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
talegari committed May 30, 2024
1 parent 076f74b commit c04c4bb
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 @@ -48,5 +48,6 @@ jobs:

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

0 comments on commit c04c4bb

Please sign in to comment.