Update .gitea/workflows/hugo-build.yml
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 25s
Some checks failed
Hugo Update Pipeline / Explore-Gitea-Actions (push) Failing after 25s
This commit is contained in:
@ -17,6 +17,7 @@ jobs:
|
|||||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
|
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 update --init --recursive --remote -f
|
git submodule update --init --recursive --remote -f
|
||||||
|
Reference in New Issue
Block a user