From d4fbe862ff48ca19b10becbeebc9cdd219712600 Mon Sep 17 00:00:00 2001 From: redthing1 Date: Mon, 21 Oct 2024 00:28:09 -0700 Subject: [PATCH] grr... pages... --- .github/workflows/hugo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 6751796..bb89883 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -12,8 +12,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + submodules: true + fetch-depth: 0 - name: Setup Hugo uses: peaceiris/actions-hugo@v3