Skip to content

Commit dab9b66

Browse files
committed
fix: test
1 parent 610bbd8 commit dab9b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535
activate-environment: true
3636
- run: uv pip install .[dev]
37-
- run: pdoc ./roborock -o docs/pdoc
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)