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

This commit is contained in:
2025-06-10 07:57:36 -05:00
parent 348df86420
commit 604fea2ea6

View File

@ -20,6 +20,7 @@ jobs:
git pull git pull
git config --global user.email "${{ gitea.actor }}.users.noreply.git.theoswalds.com" git config --global user.email "${{ gitea.actor }}.users.noreply.git.theoswalds.com"
git config --global user.name "${{ gitea.actor }}" git config --global user.name "${{ gitea.actor }}"
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive --remote -f git submodule update --init --recursive --remote -f
git commit -am "updating submodules" || true git commit -am "updating submodules" || true
git push git push