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

This commit is contained in:
2025-06-15 12:53:39 -05:00
parent 46281034f6
commit 5b2068a04a

View File

@ -15,6 +15,7 @@ jobs:
with: with:
submodules: recursive # Fetch Hugo themes (true OR recursive) submodules: recursive # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
token: ${{ secret.PAT_TOKEN }}
- name: Update submodules - name: Update submodules
run: | run: |
git pull git pull