Merge remote-tracking branch 'origin/main'
All checks were successful
/ publish (push) Successful in 1m42s
All checks were successful
/ publish (push) Successful in 1m42s
This commit is contained in:
commit
842d55a939
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Installing Netlify
|
||||
run: |
|
||||
npm install
|
||||
npm install netlify-cli -g
|
||||
npm install netlify-cli --save-dev
|
||||
- name: Building Site
|
||||
run: |
|
||||
mkdir -p build
|
||||
|
|
@ -31,4 +31,4 @@ jobs:
|
|||
go run ./cmd/fetch-header-image -o build/imgs/header.jpg
|
||||
- name: Deploying Site
|
||||
run: |
|
||||
netlify deploy --dir build --prod
|
||||
npx netlify deploy --dir build --prod
|
||||
Loading…
Reference in a new issue