Skip to content

Commit b6c9e1f

Browse files
committed
Fix docs
1 parent 733e084 commit b6c9e1f

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/_check_docstrings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ env.PYTHON_VERSION }}
3131

3232
- name: Install dependencies
33-
run: make install-dev
33+
run: uv run poe install-dev
3434

3535
- name: Async docstrings check
36-
run: make check-async-docstrings
36+
run: uv run poe check-async-docstrings

.github/workflows/_release_docs.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,10 @@ jobs:
6868
python-version: ${{ env.PYTHON_VERSION }}
6969

7070
- name: Install Python dependencies
71-
run: make install-dev
71+
run: uv run poe install-dev
7272

73-
- name: Build generated API reference
74-
run: make build-api-reference
75-
76-
- name: Build Docusaurus docs
77-
run: make build-docs
73+
- name: Build docs
74+
run: uv run poe build-docs
7875
env:
7976
APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}
8077

0 commit comments

Comments
 (0)