Skip to content

Commit da5d80f

Browse files
authored
chore: Try poetry run pdoc to fix CI (#504)
1 parent 19048d6 commit da5d80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Dependencies
3333
run: poetry install
3434
shell: bash
35-
- run: pdoc ./roborock -o docs/pdoc
35+
- run: poetry run pdoc ./roborock -o docs/pdoc
3636
- name: Setup Pages
3737
uses: actions/configure-pages@v5
3838
- name: Upload artifact

0 commit comments

Comments
 (0)