Update pdoc.yml
This commit is contained in:
parent
bd6de248a6
commit
a97b606664
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pdoc.yml
vendored
2
.github/workflows/pdoc.yml
vendored
|
@ -27,6 +27,8 @@ jobs:
|
|||
#- run: pip install -e .
|
||||
#- run: pip install --upgrade pip
|
||||
- run: pip install pdoc
|
||||
- run: pip install requests
|
||||
- run: pip install json
|
||||
# ADJUST THIS: build your documentation into docs/.
|
||||
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
|
||||
- run: python3 -m pdoc -d markdown -o ../../docs ../../plankapy.py
|
||||
|
|
Loading…
Reference in a new issue