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