We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd1961 commit c4b74c3Copy full SHA for c4b74c3
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
- uses: actions/checkout@v4
39
40
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@v7
41
with:
42
python-version: ${{ matrix.python-version }}
43
enable-cache: true
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
14
15
python-version: 3.12
16
- run: uv run --group docs mkdocs gh-deploy --strict --force
0 commit comments