Skip to content

Commit 7245552

Browse files
committed
trying to debug
1 parent 103cc03 commit 7245552

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ jobs:
8888
run: keras3::install_keras(envname = "r-reticulate")
8989
shell: Rscript {0}
9090

91+
- name: Test vignette build explicitly (debugging)
92+
run: |
93+
Rscript -e 'rmarkdown::render("vignettes/applications.Rmd", output_format = "html_document")'
94+
9195
- uses: r-lib/actions/check-r-package@v2
9296
with:
9397
upload-snapshots: true

0 commit comments

Comments
 (0)