diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 5e760b6..4573255 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,4 +20,4 @@ jobs: run: uv python install - name: Deploy docs - run: uv run mkdocs gh-deploy --force --clean --verbose \ No newline at end of file + run: uv run --only-group docs mkdocs gh-deploy --force --clean --verbose \ No newline at end of file