Skip to content

Commit

Permalink
remove vignettes from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Behrens committed Feb 2, 2024
1 parent a795fca commit cbfaa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(
args = c("--no-manual", "--no-vignettes", "--timings"),
build_args = c("--no-manual", "--keep-empty-dirs", "--no-resave-data"),
build_args = c("--no-build-vignettes", "--no-manual", "--keep-empty-dirs", "--no-resave-data"),
error_on = "warning",
check_dir = "check"
)
Expand Down

0 comments on commit cbfaa57

Please sign in to comment.