Skip to content

Commit b6abf59

Browse files
committed
GHA: Build vignettes
1 parent 2d18ac8 commit b6abf59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/R.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ jobs:
337337
if: success()
338338
run: |
339339
options(crayon.enabled = TRUE)
340-
src <- pkgbuild::build(".", dest_path = tempdir(), vignettes = FALSE, manual = FALSE, binary = FALSE)
341-
bin <- pkgbuild::build(".", dest_path = tempdir(), vignettes = FALSE, manual = FALSE, binary = TRUE)
340+
src <- pkgbuild::build(".", dest_path = tempdir(), vignettes = TRUE, manual = FALSE, binary = FALSE)
341+
bin <- pkgbuild::build(".", dest_path = tempdir(), vignettes = TRUE, manual = FALSE, binary = TRUE)
342342
dir.create("build")
343343
file.copy(c(src, bin), "build")
344344
shell: Rscript {0}

0 commit comments

Comments
 (0)