From ad4e20b733fa98a0e365219916a064d3654c12d5 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Nov 2024 14:57:47 -0800 Subject: [PATCH] git submodule update --- .github/workflows/superset-helm-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index 4b9b294341a..729ceec4a58 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -59,6 +59,7 @@ jobs: git reset --hard git clean -fdx git checkout -b local_gha_temp + git submodule update # Fetch the latest gh-pages branch git fetch origin gh-pages