Skip to content

Commit d08b9ab

Browse files
authored
Update docs.yml
1 parent b7b642c commit d08b9ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
pip install sphinx
2626
# Install any other dependencies here
2727
28+
- name: Install Package
29+
run: |
30+
pip install .
31+
2832
- name: Build Documentation
2933
run: |
3034
cd docs

0 commit comments

Comments
 (0)