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

This commit is contained in:
2025-06-10 00:09:59 -05:00
parent 3ccbd78cf6
commit 9d99842d42

View File

@ -17,6 +17,7 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Update submodules
run: |
git pull
git config --global user.email "${{ gitea.actor }}.users.noreply.git.theoswalds.com"
git config --global user.name "${{ gitea.actor }}"
git submodule update --init --recursive --remote -f