From ce31f2330e80baf0e4beb7dd441cdd2044c2d143 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 30 Jan 2026 14:59:06 -0800 Subject: [PATCH] Testing workflow --- .gitea/workflows/create-image-volume.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/create-image-volume.yml diff --git a/.gitea/workflows/create-image-volume.yml b/.gitea/workflows/create-image-volume.yml new file mode 100644 index 0000000..1a5d07f --- /dev/null +++ b/.gitea/workflows/create-image-volume.yml @@ -0,0 +1,17 @@ +name: Build Static Site Content for Image Volume +on: + push: + branches: + - k8s/static-deployment + +jobs: + build-site-content: + runs-on: ubuntu-latest + container: + image: shockrah/hugo + steps: + - name: Checkout repo with LFS content + uses: actions/checkout@v6 + with: + lfs: true +