From c4f8cc25b98d1b20782c9952755927721658476e Mon Sep 17 00:00:00 2001 From: Kishan Savant Date: Tue, 7 Oct 2025 22:45:56 +0530 Subject: [PATCH] Fixed failure issue with the Publish Docs workflow --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7971258..251395d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,8 +25,8 @@ jobs: - name: Install MkDocs and dependencies run: | python -m pip install --upgrade pip - pip install -r pyproject.toml --extra docs - + pip install uv + uv pip install --system --group docs - name: Build docs run: mkdocs build