Update .gitea/workflows/hugo-build.yml
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user