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