Skip to content

Commit 3665bf1

Browse files
committed
🐛 Fix(cdci.yml): Add docs to the config paths
1 parent 7910543 commit 3665bf1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/cdci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: python -m pytest tests
3333
- name: Execute streamlit report
3434
run: |
35-
vuegen --config example_data/MicW2Graph/report_config_micw2graph.yaml
35+
vuegen --config docs/example_data/MicW2Graph/report_config_micw2graph.yaml
3636
3737
other-reports:
3838
name: Integration tests
@@ -54,26 +54,26 @@ jobs:
5454
pip install -e ".[quarto]"
5555
- name: Execute streamlit report (to check)
5656
run: |
57-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml
57+
vuegen -c docs/example_data/MicW2Graph/report_config_micw2graph.yaml
5858
# repeat for easier inspection on GitHub:
5959
- name: quarto html report
6060
run: |
61-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt html
61+
vuegen -c docs/example_data/MicW2Graph/report_config_micw2graph.yaml -rt html
6262
- name: quarto pdf report
6363
run: |
64-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt pdf
64+
vuegen -c docs/example_data/MicW2Graph/report_config_micw2graph.yaml -rt pdf
6565
- name: quarto docx report
6666
run: |
67-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt docx
67+
vuegen -c docs/example_data/MicW2Graph/report_config_micw2graph.yaml -rt docx
6868
- name: quarto odt report
6969
run: |
70-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt odt
70+
vuegen -c docs/example_data/MicW2Graph/report_config_micw2graph.yaml -rt odt
7171
- name: quarto revealjs report
7272
run: |
73-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt revealjs
73+
vuegen -c docs/example_data/MicW2Graph/report_config_micw2graph.yaml -rt revealjs
7474
- name: quarto pptx report
7575
run: |
76-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt pptx
76+
vuegen -c docs/example_data/MicW2Graph/report_config_micw2graph.yaml -rt pptx
7777
- name: quarto jupyter report
7878
run: |
79-
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt jupyter
79+
vuegen -c docs/example_data/MicW2Graph/report_config_micw2graph.yaml -rt jupyter

0 commit comments

Comments
 (0)