Update .gitea/workflows/hugo-build.yml

This commit is contained in:
2025-06-09 09:40:44 -05:00
parent f91896b4f0
commit 164632092d

View File

@ -23,6 +23,8 @@ jobs:
run: hugo --minify run: hugo --minify
- name: Commit changes - name: Commit changes
run: | run: |
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 git submodule update --init --recursive --remote -f
git commit -am "updating submodules" git commit -am "updating submodules"
git push git push