We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610bbd8 commit dab9b66Copy full SHA for dab9b66
.github/workflows/pages.yml
@@ -34,7 +34,7 @@ jobs:
34
python-version: ${{ matrix.python-version }}
35
activate-environment: true
36
- run: uv pip install .[dev]
37
- - run: pdoc ./roborock -o docs/pdoc
+ - 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