Update .gitea/workflows/hugo-build.yml
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 7s

This commit is contained in:
2025-06-10 08:07:18 -05:00
parent c36b934b57
commit 1851b5e26b

View File

@ -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: |