From 4bcfd6d6a292d66b2710f9f9c4616e6c8478e747 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 5 Feb 2024 18:44:24 -0500 Subject: [PATCH] fixed poetry install command --- .forgejo/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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