Update pdoc.yml
This commit is contained in:
parent
b75c2c8bb2
commit
21b630c754
1 changed files with 4 additions and 2 deletions
6
.github/workflows/pdoc.yml
vendored
6
.github/workflows/pdoc.yml
vendored
|
@ -24,11 +24,13 @@ jobs:
|
|||
python-version: '3.11'
|
||||
|
||||
# ADJUST THIS: install all dependencies (including pdoc)
|
||||
#- run: pip install --upgrade pip
|
||||
- run: pip install -e
|
||||
- run: pip install --upgrade pip
|
||||
- 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: tail ../../plankapy.py
|
||||
- run: pdoc -d markdown -o ../../docs ../../plankapy.py
|
||||
|
||||
- uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue