From 119b584331351aefccb0d9f795afe77e9476d026 Mon Sep 17 00:00:00 2001 From: Lisandra-dev Date: Tue, 20 Feb 2024 18:47:15 +0000 Subject: [PATCH] fix: prevent crash if no update in submodule --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 351997976c34f..298681aff38c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,7 @@ jobs: with: node-version: 18.14 - name: Fetch submodules + continue-on-error: true run: | git submodule update --init --recursive --checkout -f --remote -- "content" git config --global user.name "GitHub Action"