Skip to content

Commit b27c45c

Browse files
authored
Merge pull request #1239 from Sage-Bionetworks/fix-pdoc-workflow
[Bug fix]: Tried install pdoc again in github action workflow pdoc.yml
2 parents 11c8aa7 + 1f298d9 commit b27c45c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pdoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
run: poetry install --no-interaction --no-root
7373

7474
# create documentation
75+
- run: poetry add pdoc@13.0.0
7576
- run: poetry show pdoc
7677
- run: poetry run pdoc --docformat google -o docs/schematic schematic/manifest schematic/models schematic/schemas schematic/store schematic/utils schematic/visualization
7778

0 commit comments

Comments
 (0)