From 694ece5d50f1dadb5d5f46a55fdceff77c2925e6 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Sun, 8 Jun 2025 07:13:19 -0500 Subject: [PATCH] cleanup --- .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 683a148..c7fdb2b 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -9,7 +9,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: Install Hugo uses: peaceiris/actions-hugo@v3