Update pdoc.yml
This commit is contained in:
parent
d8b032ddd0
commit
3bf1a0c6e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pdoc.yml
vendored
2
.github/workflows/pdoc.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
# ADJUST THIS: install all dependencies (including pdoc)
|
# ADJUST THIS: install all dependencies (including pdoc)
|
||||||
- run: pip install -e .
|
- run: pip install -e pdoc
|
||||||
# ADJUST THIS: build your documentation into docs/.
|
# ADJUST THIS: build your documentation into docs/.
|
||||||
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
|
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
|
||||||
- run: pdoc -o docs/ ...
|
- run: pdoc -o docs/ ...
|
||||||
|
|
Loading…
Reference in a new issue