Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 81dc780

Browse files
committed
Don't build manual
1 parent 350d8e3 commit 81dc780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-bioc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ jobs:
219219
_R_CHECK_CRAN_INCOMING_: false
220220
run: |
221221
rcmdcheck::rcmdcheck(
222-
args = c("-no-manual", "--timings"),
223-
build_args = c("--no-resave-data"),
222+
args = c("--no-manual", "--timings"),
223+
build_args = c("--no-manual", "--no-resave-data"),
224224
error_on = "warning",
225225
check_dir = "check"
226226
)

0 commit comments

Comments
 (0)