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 1d4a62dCopy full SHA for 1d4a62d
.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 .[dev]
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