Skip to content

Commit e4f29f1

Browse files
committed
proper pdoc command
1 parent 78a3f07 commit e4f29f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
pip install ./py/dist/*.whl
5656
python -c "from dnadesign import parsers; print('Library loaded successfully')"
5757
pip install pdoc
58-
pdoc --html --output-dir docs ./py/dnadesign
58+
pdoc ./py/dnadesign -o ./docs
5959
6060
- name: Deploy to GitHub Pages
6161
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)