Update and rename static.yml to pdoc.yml
This commit is contained in:
parent
c10413c5c4
commit
c28ba5a665
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
Loading…
Reference in a new issue