Skip to content

Commit

Permalink
GHA: Build vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbadr committed Apr 28, 2024
1 parent 2d18ac8 commit b6abf59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ jobs:
if: success()
run: |
options(crayon.enabled = TRUE)
src <- pkgbuild::build(".", dest_path = tempdir(), vignettes = FALSE, manual = FALSE, binary = FALSE)
bin <- pkgbuild::build(".", dest_path = tempdir(), vignettes = FALSE, manual = FALSE, binary = TRUE)
src <- pkgbuild::build(".", dest_path = tempdir(), vignettes = TRUE, manual = FALSE, binary = FALSE)
bin <- pkgbuild::build(".", dest_path = tempdir(), vignettes = TRUE, manual = FALSE, binary = TRUE)
dir.create("build")
file.copy(c(src, bin), "build")
shell: Rscript {0}
Expand Down

0 comments on commit b6abf59

Please sign in to comment.