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 ec78beb commit 517bc61Copy full SHA for 517bc61
.github/workflows/pages.yml
@@ -28,11 +28,13 @@ jobs:
28
fail-fast: false
29
steps:
30
- uses: actions/checkout@v5
31
- - uses: snok/install-poetry@v1.4.1
32
- - name: Install Dependencies
33
- run: poetry install
34
- shell: bash
35
- - run: poetry run pdoc ./roborock -o docs/pdoc
+ - uses: actions/checkout@v5
+ - name: Set up uv
+ uses: astral-sh/setup-uv@v7
+ with:
+ python-version: ${{ matrix.python-version }}
36
+ activate-environment: true
37
+ - 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