Skip to content

Commit

Permalink
proper pdoc command
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Aug 17, 2024
1 parent 78a3f07 commit e4f29f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
pip install ./py/dist/*.whl
python -c "from dnadesign import parsers; print('Library loaded successfully')"
pip install pdoc
pdoc --html --output-dir docs ./py/dnadesign
pdoc ./py/dnadesign -o ./docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit e4f29f1

Please sign in to comment.