Skip to content

Commit 07cf758

Browse files
author
marci
committed
chore: Anpassung der CI/CD-Workflow-Abhängigkeiten zur Installation von pdoc3
- Änderung des Installationsbefehls für pdoc3, um die Abhängigkeiten aus der requirements.txt zu berücksichtigen. Diese Anpassung verbessert die Handhabung der Dokumentationsabhängigkeiten im CI/CD-Workflow.
1 parent 7e952fb commit 07cf758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
- name: Install documentation dependencies
168168
run: |
169169
python -m pip install --upgrade pip
170-
pip install pdoc3
170+
pip install pdoc3 -r requirements.txt
171171
172172
- name: Generate documentation
173173
run: |

0 commit comments

Comments
 (0)