diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index b0056ba..0729c08 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -20,8 +20,8 @@ jobs: 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 | return 0 + git commit -am "updating submodules" | return 0 + git push - name: Install Hugo uses: peaceiris/actions-hugo@v3 with: