Update .gitea/workflows/hugo-build.yml
This commit is contained in:
@ -23,6 +23,8 @@ jobs:
|
||||
run: hugo --minify
|
||||
- name: Commit changes
|
||||
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 commit -am "updating submodules"
|
||||
git push
|
Reference in New Issue
Block a user