Skip to content

Commit 3a130a3

Browse files
Update workflow.yml
1 parent e9816a2 commit 3a130a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install build
2929
30+
- name: Build docs
31+
run: |
32+
pip install -r docs/requirements.txt
33+
cd docs && make html
34+
3035
- name: Build the package
3136
run: python -m build
3237

0 commit comments

Comments
 (0)