Skip to content

Commit b82fae1

Browse files
committed
🐛 Fix: add -qt_checks parameter into the CICD file
1 parent 97a70bd commit b82fae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cdci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: quarto pdf report
7373
run: |
7474
cd docs
75-
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt pdf
75+
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt pdf -qt_checks
7676
vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt pdf
7777
- name: quarto docx report
7878
run: |

0 commit comments

Comments
 (0)