This commit is contained in:
parent
eac63e0b1f
commit
aca2f5ceeb
|
|
@ -12,9 +12,10 @@ jobs:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 21.1
|
node-version: 21.1
|
||||||
- run: |
|
- name: Installing Netlify
|
||||||
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npx eleventy
|
|
||||||
- run: |
|
|
||||||
npm install netlify-cli -g
|
npm install netlify-cli -g
|
||||||
|
- name: Deploying Site
|
||||||
|
run: |
|
||||||
netlify deploy --dir site --prod
|
netlify deploy --dir site --prod
|
||||||
Loading…
Reference in a new issue