Fixed out file
All checks were successful
/ publish (push) Successful in 1m37s

This commit is contained in:
Leon Mika 2025-11-23 21:34:18 +11:00
parent 170699a88b
commit 0177b7f862
2 changed files with 4 additions and 5 deletions

View file

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