diff --git a/netlify.toml b/netlify.toml index fd87ad712..b001e0f15 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [build] -command = "curl -LsSf https://astral.sh/uv/install.sh | sh; uv sync; uv run mkdocs build" +command = "pip install uv; uv sync; uv run mkdocs build" publish = "site/" environment = { PYTHON_VERSION = "3.8.13" }