Fixed location of Go file
All checks were successful
/ publish (push) Successful in 1m42s

This commit is contained in:
Leon Mika 2025-11-23 21:29:46 +11:00
parent 4eb8674f35
commit 170699a88b

View file

@ -26,7 +26,7 @@ jobs:
cp -r site/* build/.
- name: Building Header Image
run: |
go run ./cmd/header-image -d build
go run ./cmd/fetch-header-image -d build
- name: Deploying Site
run: |
netlify deploy --dir build --prod