Skip to content

Commit 8904a51

Browse files
committed
Fix API docs workflow
1 parent 2628391 commit 8904a51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks_tests_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
with:
3737
python-version: "3.14"
3838
cache: pip
39-
- run: pip install ".[docs]"
40-
- run: pdoc -o .api_docs pygexml/*
39+
- run: pip install ".[docs,strategies]"
40+
- run: pdoc -o .api_docs pygexml/*.py
4141
- run: tree .api_docs
4242
- uses: actions/upload-pages-artifact@v3
4343
with:

0 commit comments

Comments
 (0)