Actually made use of the writing of image data
Some checks failed
/ publish (push) Failing after 1m36s

This commit is contained in:
Leon Mika 2025-11-23 22:17:46 +11:00
parent c9f3944c72
commit f5d3e4d582
2 changed files with 5 additions and 3 deletions

View file

@ -26,7 +26,9 @@ jobs:
cp -r site/* build/.
- name: Building Header Image
run: |
go run ./cmd/fetch-header-image -o build/imgs/header.jpg
go run ./cmd/fetch-header-image -o build/imgs/header.jpg \
-curr-image-data https://assets.lmika.org/data/current-pending-images.json
-out-data build/data/current-pending-images.json
- name: Deploying Site
run: |
netlify deploy --dir build --prod