Actually made use of the writing of image data
Some checks failed
/ publish (push) Failing after 1m36s
Some checks failed
/ publish (push) Failing after 1m36s
This commit is contained in:
parent
c9f3944c72
commit
f5d3e4d582
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue