diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index 012d9c4..b0056ba 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -21,9 +21,8 @@ jobs: git config --global user.name "${{ gitea.actor }}" git submodule update --init --recursive --remote -f git commit -am "updating submodules" - git push + git push | return 0 - name: Install Hugo - if: always() uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest'