Files
temper-tv/.gitea/workflows/create-image-volume.yml
shockrah ce31f2330e
Some checks failed
Build Static Site Content for Image Volume / build-site-content (push) Failing after 2m44s
Testing workflow
2026-01-30 14:59:06 -08:00

18 lines
328 B
YAML

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