Skip to content

Commit 7910543

Browse files
committed
🐛 Fix(cdci.yml): Remove cd docs fro tests
1 parent 88a2e4c commit 7910543

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/cdci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
run: python -m pytest tests
3333
- name: Execute streamlit report
3434
run: |
35-
cd docs
3635
vuegen --config example_data/MicW2Graph/report_config_micw2graph.yaml
3736
3837
other-reports:
@@ -55,34 +54,26 @@ jobs:
5554
pip install -e ".[quarto]"
5655
- name: Execute streamlit report (to check)
5756
run: |
58-
cd docs
5957
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml
6058
# repeat for easier inspection on GitHub:
6159
- name: quarto html report
6260
run: |
63-
cd docs
6461
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt html
6562
- name: quarto pdf report
6663
run: |
67-
cd docs
6864
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt pdf
6965
- name: quarto docx report
7066
run: |
71-
cd docs
7267
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt docx
7368
- name: quarto odt report
7469
run: |
75-
cd docs
7670
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt odt
7771
- name: quarto revealjs report
7872
run: |
79-
cd docs
8073
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt revealjs
8174
- name: quarto pptx report
8275
run: |
83-
cd docs
8476
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt pptx
8577
- name: quarto jupyter report
8678
run: |
87-
cd docs
8879
vuegen -c example_data/MicW2Graph/report_config_micw2graph.yaml -rt jupyter

0 commit comments

Comments
 (0)