From e66090e6990cb660c80961e46a83f05bbcf0dc7c Mon Sep 17 00:00:00 2001 From: Ly Tuan Kiet Date: Tue, 24 Sep 2024 17:07:38 +0700 Subject: [PATCH] Update CI workflow to fetch submodules during checkout --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f24b5f2..dc31270 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 + with: + submodules: true + fetch-depth: 0 # Pull the latest version of base images and rebuild without cache - name: Build and deploy