Skip to content

Commit 2b92f8d

Browse files
committed
trying pipeline with uv
1 parent 06ec358 commit 2b92f8d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build_docs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
11+
- uses: astral-sh/setup-uv@v6
1212
with:
13-
python-version: 3.x
14-
- run: pip install mkdocs mkdocstrings mkdocstrings-python
15-
- run: mkdocs gh-deploy --force --clean --verbose
13+
version: "0.9.5"
14+
- run: uv python install
15+
- run: uv sync
16+
- run: uv run mkdocs gh-deploy --force --clean --verbose

0 commit comments

Comments
 (0)