Update pdoc.yml
This commit is contained in:
parent
9952f880a8
commit
0609019442
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pdoc.yml
vendored
2
.github/workflows/pdoc.yml
vendored
|
@ -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 -d markdown -o docs/ plankapy.py
|
||||
- run: pdoc -d markdown -o docs/ ./plankapy.py
|
||||
|
||||
- uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue