From 39fa4b0315982204f42a3aee0876cfdd5c867f8d Mon Sep 17 00:00:00 2001 From: silviana amethyst <1388063+ofloveandhate@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:13:40 +0200 Subject: [PATCH] added a slash trying to get the build to not fail --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8b24943..ef5674d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: - name: Build HTML uses: ammaraskar/sphinx-action@master with: - docs-folder: "docs" + docs-folder: "docs/" - name: Upload artifacts uses: actions/upload-artifact@master