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