We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a3f07 commit e4f29f1Copy full SHA for e4f29f1
.github/workflows/docs.yml
@@ -55,7 +55,7 @@ jobs:
55
pip install ./py/dist/*.whl
56
python -c "from dnadesign import parsers; print('Library loaded successfully')"
57
pip install pdoc
58
- pdoc --html --output-dir docs ./py/dnadesign
+ pdoc ./py/dnadesign -o ./docs
59
60
- name: Deploy to GitHub Pages
61
uses: peaceiris/actions-gh-pages@v3
0 commit comments