diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index 8757df7..241056d 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -47,7 +47,7 @@ jobs: enable-cache: true - name: Install dependencies - run: uv sync --no-dev --extra=documentation + run: uv sync --no-dev --group=documentation - name: Set environment variables uses: actions/env@v2