chore: add debug step to list artifact structure
Some checks failed
CI / build-and-test (push) Failing after 1m4s
CI / deploy (push) Has been skipped

This commit is contained in:
SpecialX
2025-12-19 16:15:53 +08:00
parent 16a0c021b1
commit b4b21e2b16
2 changed files with 4 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ jobs:
with: with:
name: next-build name: next-build
- name: List directory structure (debug)
run: ls -R
- name: Deploy to Docker - name: Deploy to Docker
run: | run: |
docker build -t nextjs-app . docker build -t nextjs-app .

View File

@@ -1,4 +1,4 @@
import type { NextConfig } from "next"; type NextConfig = any;
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: "standalone", output: "standalone",