Update and rename static.yml to pdoc.yml

This commit is contained in:
hwelch-fle 2023-05-01 14:44:37 -04:00 committed by GitHub
parent c10413c5c4
commit c28ba5a665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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