We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs.yml
1 parent e1f44d9 commit 3fb29f8Copy full SHA for 3fb29f8
1 file changed
.github/workflows/docs.yml
@@ -23,8 +23,11 @@ jobs:
23
with:
24
python-version: '3.13'
25
26
+ # Install uv
27
+ - name: Install uv
28
+ uses: astral-sh/setup-uv@v5
29
# ADJUST THIS: install all dependencies (including pdoc)
- - run: pip install -e .
30
+ - run: uv sync
31
# ADJUST THIS: build your documentation into docs/.
32
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
33
- run: python docs/make.py
0 commit comments