diff --git a/.forgejo/workflows/docs.yaml b/.forgejo/workflows/docs.yaml index ce60ee1..582cadb 100644 --- a/.forgejo/workflows/docs.yaml +++ b/.forgejo/workflows/docs.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Install dependencies - run: poetry install --with docs --no-root + run: poetry install --no-root - name: Set environment variables uses: actions/env@v2