Update pdoc.yml
This commit is contained in:
parent
b1d88f6b1c
commit
bd6de248a6
1 changed files with 2 additions and 4 deletions
6
.github/workflows/pdoc.yml
vendored
6
.github/workflows/pdoc.yml
vendored
|
@ -29,13 +29,11 @@ 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: cd ../../
|
||||
- run: ls -a
|
||||
- run: pdoc -d markdown -o ../../docs ../../plankapy.py
|
||||
- run: python3 -m pdoc -d markdown -o ../../docs ../../plankapy.py
|
||||
|
||||
- uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: docs/
|
||||
path: ../../docs
|
||||
|
||||
# Deploy the artifact to GitHub pages.
|
||||
# This is a separate job so that only actions/deploy-pages has the necessary permissions.
|
||||
|
|
Loading…
Reference in a new issue