This commit is contained in:
@ -20,8 +20,8 @@ jobs:
|
|||||||
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
|
||||||
git commit -am "updating submodules"
|
git commit -am "updating submodules" | return 0
|
||||||
git push | return 0
|
git push
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
uses: peaceiris/actions-hugo@v3
|
uses: peaceiris/actions-hugo@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user