From 35887c7e44ee847a737ba1154a7943bd9270a956 Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Mon, 6 Jan 2025 13:08:40 +0100 Subject: [PATCH] set to false --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 863b8de..79824c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: cache-dependency-glob: "uv.lock" - name: "Submodule fetching" continue-on-error: true - if: ${{ env.FETCH_SUBMODULE }} + if: ${{ env.FETCH_SUBMODULE == 'true' }} run: | git submodule update --init --recursive --checkout -f --remote -- "docs" git config --global user.name "GitHub Action"