We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93171a3 commit 70efef1Copy full SHA for 70efef1
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
python-version: "3.14"
38
cache: pip
39
- run: pip install ".[docs]"
40
- - run: pdoc -o .api_docs page_xml
+ - run: pdoc -o .api_docs ./page_xml
41
- uses: actions/upload-pages-artifact@v3
42
with:
43
path: .api_docs
0 commit comments