Update pdoc.yml

This commit is contained in:
hwelch-fle 2023-05-01 15:46:57 -04:00 committed by GitHub
parent bd6de248a6
commit a97b606664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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