Fixed netlify CLI
All checks were successful
/ publish (push) Successful in 1m30s

This commit is contained in:
Leon Mika 2025-12-21 23:06:43 +01:00
parent 6caadc9c00
commit a6b5dff679

View file

@ -23,4 +23,5 @@ jobs:
make
- name: Deploy
run: |
netlify deploy --dir target --prod
npm install netlify-cli --save-dev
npx netlify deploy --dir target --prod