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"