From 7037f6e1479a37119ac70997ed868da0c70d658c Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Fri, 6 Jun 2025 12:41:12 -0500 Subject: [PATCH] temp removal of workflow --- .gitea/workflows/hugo-build.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .gitea/workflows/hugo-build.yml diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml deleted file mode 100644 index 683a148..0000000 --- a/.gitea/workflows/hugo-build.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Hugo Update Pipeline -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v4 - with: - submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - name: Install Hugo - uses: peaceiris/actions-hugo@v3 - with: - hugo-version: 'latest' - # extended: true - - name: Build - run: hugo --minify \ No newline at end of file