Skip to content

Commit b8d1c5b

Browse files
authored
chore: explicitly install pdoc
1 parent 882aa01 commit b8d1c5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
activate-environment: true
36-
- run: uv run pdoc ./roborock -o docs/pdoc
36+
- run: uv pip install .
37+
- run: pdoc ./roborock -o docs/pdoc
3738
- name: Setup Pages
3839
uses: actions/configure-pages@v5
3940
- name: Upload artifact

0 commit comments

Comments
 (0)