From 604fea2ea64781dfe94870ebb1128fc849abbd05 Mon Sep 17 00:00:00 2001 From: richardoswald Date: Tue, 10 Jun 2025 07:57:36 -0500 Subject: [PATCH] Update .gitea/workflows/hugo-build.yml --- .gitea/workflows/hugo-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index bbafe86..8712dc0 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -20,6 +20,7 @@ jobs: git pull git config --global user.email "${{ gitea.actor }}.users.noreply.git.theoswalds.com" git config --global user.name "${{ gitea.actor }}" + git submodule foreach --recursive git reset --hard git submodule update --init --recursive --remote -f git commit -am "updating submodules" || true git push