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 +