Update .forgejo/workflows/publish.yaml
All checks were successful
/ publish (push) Successful in 1m45s
All checks were successful
/ publish (push) Successful in 1m45s
Fixed deploy call.
This commit is contained in:
parent
f2fe3ba83d
commit
20471249d5
|
|
@ -31,4 +31,4 @@ jobs:
|
||||||
go run ./cmd/fetch-header-image -o build/imgs/header.jpg
|
go run ./cmd/fetch-header-image -o build/imgs/header.jpg
|
||||||
- name: Deploying Site
|
- name: Deploying Site
|
||||||
run: |
|
run: |
|
||||||
netlify deploy --dir build --prod
|
npx netlify deploy --dir build --prod
|
||||||
Loading…
Reference in a new issue