From 91fe61d0ff848f13246c30b315e1584a6a6a19f0 Mon Sep 17 00:00:00 2001 From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com> Date: Sun, 20 Feb 2022 21:08:12 +0100 Subject: [PATCH] Build action adjustment for submodules --- .github/workflows/regen-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regen-gh-pages.yml b/.github/workflows/regen-gh-pages.yml index ac986130..36ff7fa8 100644 --- a/.github/workflows/regen-gh-pages.yml +++ b/.github/workflows/regen-gh-pages.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 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: Setup Hugo