Removed the entire save data logic as its unnecessary
All checks were successful
/ publish (push) Successful in 1m40s

This commit is contained in:
Leon Mika 2025-11-23 22:27:45 +11:00
parent d411667a3e
commit 8bd3474c4b
3 changed files with 1 additions and 40 deletions

View file

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