We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83a98a commit 52c20a5Copy full SHA for 52c20a5
.github/workflows/docs.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Build Wiki
34
run: |
35
- pip install -e .
+ pip install -e .[develop]
36
yardang wiki --output-dir docs/wiki
37
38
- name: Upload Documentation to Wiki
0 commit comments