Removed the entire save data logic as its unnecessary
All checks were successful
/ publish (push) Successful in 1m40s
All checks were successful
/ publish (push) Successful in 1m40s
This commit is contained in:
parent
d411667a3e
commit
8bd3474c4b
3 changed files with 1 additions and 40 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue