Update pdoc.yml

This commit is contained in:
hwelch-fle 2023-05-01 15:05:23 -04:00 committed by GitHub
parent 9efbdf4f47
commit 3fa5fe0f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
- run: pip install pdoc
# 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: pdoc -o docs/ ...
- run: pdoc -o plankapy.py docs/ ...
- uses: actions/upload-pages-artifact@v1
with: