We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6d074 commit 7fd8e61Copy full SHA for 7fd8e61
.github/workflows/docs.yml
@@ -13,9 +13,7 @@ jobs:
13
run: |
14
git config user.name github-actions[bot]
15
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
16
- - uses: actions/setup-python@v5
+ - uses: astral-sh/setup-uv@v6
17
with:
18
- python-version: 3.x
19
- cache: pip
20
- - run: pip install .[docs]
21
- - run: mkdocs gh-deploy --force
+ python-version: "3.13"
+ - run: uv run --group docs mkdocs gh-deploy --force
0 commit comments