Skip to content

Commit 70efef1

Browse files
committed
Configure CI-pdoc to work with source instead of installed modules
1 parent 93171a3 commit 70efef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: "3.14"
3838
cache: pip
3939
- run: pip install ".[docs]"
40-
- run: pdoc -o .api_docs page_xml
40+
- run: pdoc -o .api_docs ./page_xml
4141
- uses: actions/upload-pages-artifact@v3
4242
with:
4343
path: .api_docs

0 commit comments

Comments
 (0)