diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a5508e1..ea118bd 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -17,7 +17,7 @@ jobs: uses: astral-sh/setup-uv@v6 - name: Set up Python - run: uv python install + run: uv python install 3.12 - name: Deploy docs - run: uv run --no-default-groups --group docs mkdocs gh-deploy --force --clean --verbose \ No newline at end of file + run: uv run --python 3.12 --no-default-groups --group docs mkdocs gh-deploy --force --clean --verbose \ No newline at end of file