Skip to content

Commit b2afb2a

Browse files
committed
✅ Update docs github action with the splir_readme script
1 parent 6390a78 commit b2afb2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install -e .[docs]
30+
- name: Split README into sections
31+
run: |
32+
python docs/split_readme.py
3033
- name: Build references
3134
run: |
3235
cd docs

0 commit comments

Comments
 (0)