From 4c55be8955f8aa34070897b4e57394b6a8c6074c Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Mon, 9 Jun 2025 22:58:11 -0500 Subject: [PATCH] added terminal theme --- .gitea/workflows/hugo-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index dd5e3de..37a913a 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -1,6 +1,6 @@ name: Hugo Update Pipeline run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: +on: [push] workflow_dispatch: jobs: @@ -22,6 +22,7 @@ jobs: git commit -am "updating submodules" git push - name: Install Hugo + if: always() uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest'