We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f8e43 commit 84c4c48Copy full SHA for 84c4c48
1 file changed
.github/workflows/pages.yml
@@ -33,8 +33,8 @@ jobs:
33
with:
34
python-version: ${{ matrix.python-version }}
35
activate-environment: true
36
- - run: uv pip install pdoc
37
- - run: pdoc ./roborock -o docs/pdoc
+ - run: uv pip install .
+ - run: uv run pdoc ./roborock -o docs/pdoc
38
- name: Setup Pages
39
uses: actions/configure-pages@v5
40
- name: Upload artifact
0 commit comments