We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2628391 commit 8904a51Copy full SHA for 8904a51
1 file changed
.github/workflows/checks_tests_docs.yml
@@ -36,8 +36,8 @@ jobs:
36
with:
37
python-version: "3.14"
38
cache: pip
39
- - run: pip install ".[docs]"
40
- - run: pdoc -o .api_docs pygexml/*
+ - run: pip install ".[docs,strategies]"
+ - run: pdoc -o .api_docs pygexml/*.py
41
- run: tree .api_docs
42
- uses: actions/upload-pages-artifact@v3
43
0 commit comments