Skip to content

Commit 8c4f1cd

Browse files
NeoKishhaileyajohnson
authored andcommitted
Fixed failure issue with the Publish Docs workflow
1 parent 802218b commit 8c4f1cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Install MkDocs and dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install -r pyproject.toml --extra docs
29-
28+
pip install uv
29+
uv pip install --system --group docs
3030
3131
- name: Build docs
3232
run: mkdocs build

0 commit comments

Comments
 (0)