Skip to content

Commit 17557c9

Browse files
Install pdoc in doc workflow
1 parent 7793579 commit 17557c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_docs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
shell: bash -l {0}
3737
run: pip install -e .
3838

39+
- name: Install pdoc
40+
shell: bash -l {0}
41+
run: pip install pdoc
42+
3943
- name: Generate Documentation
4044
shell: bash -l {0}
4145
run: pdoc synapse_net/ -d google -o doc/

0 commit comments

Comments
 (0)