Skip to content

Commit 84c4c48

Browse files
authored
fix: correctly run pdocs on github action (#542)
* fix: test * fix: test * fix: test * fix: add everything else back
1 parent e7f8e43 commit 84c4c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

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

0 commit comments

Comments
 (0)