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 5e4c913 commit fd57c66Copy full SHA for fd57c66
.github/workflows/pages.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
python-version: ${{ matrix.python-version }}
35
activate-environment: true
36
- - run: uv pip install .
+ - run: uv pip install pdoc
37
- run: pdoc ./roborock -o docs/pdoc
38
- name: Setup Pages
39
uses: actions/configure-pages@v5
0 commit comments