Update pdoc.yml
This commit is contained in:
parent
09a46adaa6
commit
9efbdf4f47
1 changed files with 1 additions and 2 deletions
3
.github/workflows/pdoc.yml
vendored
3
.github/workflows/pdoc.yml
vendored
|
@ -24,8 +24,7 @@ jobs:
|
|||
python-version: '3.11'
|
||||
|
||||
# ADJUST THIS: install all dependencies (including pdoc)
|
||||
- run: pip install -e .
|
||||
- run: pip install --upgrade pip
|
||||
#- 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.
|
||||
|
|
Loading…
Reference in a new issue