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