Skip to content

Commit 2ffa5bf

Browse files
committed
Build Documentation
1 parent b636888 commit 2ffa5bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ jobs:
7676
cd examples/MDF
7777
python arrays.py -run # test one example
7878
79+
- name: Build Documentation
80+
run: |
81+
82+
pip install requests
83+
pip install .[docs]
84+
cd docs
85+
python generate.py
86+
python contributors.py
87+
cd sphinx
88+
make clean
89+
make html
90+
7991
- name: Final version info
8092
run: |
8193
pip list

0 commit comments

Comments
 (0)