Skip to content

Commit 402ebaf

Browse files
gselzerCopilot
andauthored
Actually deploy docs on 3.13 (#221)
* Actually deploy docs on 3.13 * Also force python version in commented commands Just in case they get uncommented later Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 145fcf9 commit 402ebaf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- uses: astral-sh/setup-uv@v6
21-
env:
22-
UV_PYTHON: "3.13"
2321
with:
2422
enable-cache: true
2523

@@ -44,12 +42,16 @@ jobs:
4442
fi
4543
env:
4644
DOCS_DEV: false
45+
UV_PYTHON: "3.13"
4746

4847
- name: Deploy dev docs
4948
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
5049
run: uv run --group docs mike deploy --push --update-aliases dev
5150
env:
5251
DOCS_DEV: true
52+
UV_PYTHON: "3.13"
5353

5454
# - name: Update default release docs
5555
# run: mike set-default --push latest
56+
# env:
57+
# UV_PYTHON: "3.13"

0 commit comments

Comments
 (0)