Skip to content

Commit 038f802

Browse files
authored
fix: 🐞 uv group parameter added for publish docs
1 parent 5181487 commit 038f802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: 🏗️ Install dependencies
5151
run: |
52-
uv pip install -r pyproject.toml --extra docs
52+
uv pip install -r pyproject.toml --group docs
5353
# Install mkdocs-material-insiders using the GitHub App token
5454
uv pip install "git+https://roboflow:${{ steps.mkdocs_token.outputs.token }}@github.com/roboflow/[email protected]#egg=mkdocs-material[imaging]"
5555

0 commit comments

Comments
 (0)