Update generate-api-docs.yml

This commit is contained in:
harmj0y
2025-10-27 15:26:42 -07:00
parent 214a98dbd9
commit 14e9e410ea
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
source env/bin/activate
cd projects/web_api
pip install poetry
poetry install --only main
poetry install
- name: Generate API documentation
run: |