From 15221ce588ea669ffe99969b68bba30b91e1d291 Mon Sep 17 00:00:00 2001 From: Anas Date: Sun, 15 Sep 2024 05:00:57 +0700 Subject: [PATCH] fix: update GitHub Actions to fetch submodules --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 31e136518..4fdc0bd20 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: true - name: Cache Hugo resources uses: actions/cache@v4