Skip to content

Commit c260b6c

Browse files
committed
install cirun to build docs
1 parent e46bfcc commit c260b6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build-sphinx-docs
1+
name: Docs
22

33
on:
44
push:
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
26+
pip install .
2627
- name: Build HTML
2728
run: |
2829
cd docs/

0 commit comments

Comments
 (0)