We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5181487 commit 038f802Copy full SHA for 038f802
.github/workflows/publish-docs.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: 🏗️ Install dependencies
51
run: |
52
- uv pip install -r pyproject.toml --extra docs
+ uv pip install -r pyproject.toml --group docs
53
# Install mkdocs-material-insiders using the GitHub App token
54
uv pip install "git+https://roboflow:${{ steps.mkdocs_token.outputs.token }}@github.com/roboflow/[email protected]#egg=mkdocs-material[imaging]"
55
0 commit comments