Skip to content

Commit d09d4cd

Browse files
committed
pdoc
1 parent 75d108d commit d09d4cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
# ADJUST THIS: install all dependencies (including pdoc)
2727
- run: |
2828
pip install pdoc
29+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2930
pip install -e .
3031
pdoc incrementalstats -o docs
31-
32+
3233
- uses: actions/upload-pages-artifact@v3
3334
with:
3435
path: docs/

0 commit comments

Comments
 (0)