From e99302650763036c2eca8e71a7b83f3becef5d8f Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 1 Aug 2024 04:32:25 -0700 Subject: [PATCH] Fix preview Signed-off-by: Tamal Saha --- .github/workflows/preview-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-website.yml b/.github/workflows/preview-website.yml index c6fb1b93..a8e4c662 100644 --- a/.github/workflows/preview-website.yml +++ b/.github/workflows/preview-website.yml @@ -55,7 +55,7 @@ jobs: run: | url="https://${GITHUB_USER}:${GITHUB_TOKEN}@${WEBSITE_REPOSITORY}.git" cd $RUNNER_WORKSPACE - git clone $url + git clone --recurse-submodules $url cd $(basename $WEBSITE_REPOSITORY) git config user.name "${GITHUB_USER}" git config user.email "${GITHUB_USER}@appscode.com"