chore: remove debug steps and loyment workflow
Some checks failed
CI / deploy (push) Has been cancelled
CI / build-and-test (push) Has been cancelled

This commit is contained in:
SpecialX
2025-12-22 13:52:34 +08:00
parent aaf4e498f8
commit b7ec909073

View File

@@ -58,6 +58,11 @@ jobs:
cp -r .next/static/* .next/standalone/.next/static/
cp Dockerfile .next/standalone/Dockerfile
- name: 🔍 Debug - List Build Files
run: |
echo "======================="
ls -la .next/standalone
- name: Upload production build artifact
uses: actions/upload-artifact@v3
with: