Skip to content

Commit 52c20a5

Browse files
committed
fix docs
1 parent c83a98a commit 52c20a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Build Wiki
3434
run: |
35-
pip install -e .
35+
pip install -e .[develop]
3636
yardang wiki --output-dir docs/wiki
3737
3838
- name: Upload Documentation to Wiki

0 commit comments

Comments
 (0)