From 1851b5e26b470ce278f8167005a9f02421509605 Mon Sep 17 00:00:00 2001 From: richardoswald Date: Tue, 10 Jun 2025 08:07:18 -0500 Subject: [PATCH] Update .gitea/workflows/hugo-build.yml --- .gitea/workflows/hugo-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index 778f307..17d8865 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -13,7 +13,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: - submodules: true # Fetch Hugo themes (true OR recursive) + submodules: recursive # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Update submodules run: |