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