Skip to content

Commit 7fd8e61

Browse files
authored
Update docs workflow to use uv (#124)
1 parent 5a6d074 commit 7fd8e61

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
run: |
1414
git config user.name github-actions[bot]
1515
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
16-
- uses: actions/setup-python@v5
16+
- uses: astral-sh/setup-uv@v6
1717
with:
18-
python-version: 3.x
19-
cache: pip
20-
- run: pip install .[docs]
21-
- run: mkdocs gh-deploy --force
18+
python-version: "3.13"
19+
- run: uv run --group docs mkdocs gh-deploy --force

0 commit comments

Comments
 (0)