Skip to content

Commit 2907483

Browse files
Update docs.yml
1 parent 57de450 commit 2907483

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
run: |
2222
pip install -r requirements.txt
2323
24+
25+
- name: Build Sphinx docs
26+
run: |
27+
sphinx-build -b html docs docs/_build/html
28+
2429
- name: Export OpenAPI schema
2530
env:
2631
SECRET_KEY: dummy

0 commit comments

Comments
 (0)