Update .gitea/workflows/hugo-build.yml
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 13s
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 13s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user