We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
poetry run pdoc
1 parent 19048d6 commit da5d80fCopy full SHA for da5d80f
1 file changed
.github/workflows/pages.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install Dependencies
33
run: poetry install
34
shell: bash
35
- - run: pdoc ./roborock -o docs/pdoc
+ - run: poetry run pdoc ./roborock -o docs/pdoc
36
- name: Setup Pages
37
uses: actions/configure-pages@v5
38
- name: Upload artifact
0 commit comments