fix build process
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 17s

This commit is contained in:
isUnknown 2026-01-27 18:15:34 +01:00
parent be7bb66e70
commit c7e751695f
3 changed files with 21 additions and 18 deletions

View file

@ -21,15 +21,10 @@ jobs:
run: |
npm ci
- name: Prepare dist directory
run: |
rm -rf dist
cp -r public dist
ls -la dist/
- name: Build Vue app
run: |
npm run build
ls -la dist/
ls -la dist/assets/dist/
- name: Deploy via FTP