We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733e084 commit b6c9e1fCopy full SHA for b6c9e1f
2 files changed
.github/workflows/_check_docstrings.yaml
@@ -30,7 +30,7 @@ jobs:
30
python-version: ${{ env.PYTHON_VERSION }}
31
32
- name: Install dependencies
33
- run: make install-dev
+ run: uv run poe install-dev
34
35
- name: Async docstrings check
36
- run: make check-async-docstrings
+ run: uv run poe check-async-docstrings
.github/workflows/_release_docs.yaml
@@ -68,13 +68,10 @@ jobs:
68
69
70
- name: Install Python dependencies
71
72
73
- - name: Build generated API reference
74
- run: make build-api-reference
75
-
76
- - name: Build Docusaurus docs
77
- run: make build-docs
+ - name: Build docs
+ run: uv run poe build-docs
78
env:
79
APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}
80
0 commit comments