Skip to content

Commit

Permalink
update pdoc command
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Apr 29, 2024
1 parent 0816554 commit 579b370
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_backoffice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,14 @@ jobs:
- run: pyright -p pyproject.toml
- run: pytest
- name: export documentation
run: pdoc bioimageio_collection_backoffice -o ./docs
run: |
pdoc \
--mermaid \
--logo https://bioimage.io/static/img/bioimage-io-logo.svg \
--logo-link https://bioimage.io/ \
--favicon https://bioimage.io/static/img/bioimage-io-icon-small.svg \
--footer-text 'bioimageio_collection_backoffice' \
-o ./docs bioimageio_collection_backoffice
- run: cp README.md ./docs/
- run: cp id_parts.json ./docs/
- run: cp reviewers.json ./docs/
Expand Down

0 comments on commit 579b370

Please sign in to comment.