From 3153a8e29700348f678f8934dcf7c7d03d6b4dae Mon Sep 17 00:00:00 2001 From: Arsenii es3n1n Date: Mon, 14 Aug 2023 20:11:22 +0200 Subject: [PATCH] ci(deploy): checkout submodules too --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 41dd61e..106fff8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v3 + with: + submodules: 'true' - name: Install, build, and upload your site uses: withastro/action@v0 with: