From 79e93b6a36fd5034bbf47fe04311b987a371c432 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Mon, 9 Jun 2025 23:10:08 -0500 Subject: [PATCH] new posts --- .gitea/workflows/hugo-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: