Don't need Eleventy
All checks were successful
/ publish (push) Successful in 58s

This commit is contained in:
Leon Mika 2025-11-08 09:44:13 +11:00
parent eac63e0b1f
commit aca2f5ceeb

View file

@ -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