We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa243c commit 56246b6Copy full SHA for 56246b6
1 file changed
.github/workflows/deploy.yml
@@ -36,6 +36,15 @@ jobs:
36
- name: Install dependencies
37
run: npm ci
38
39
+ - name: Debug - Check config files
40
+ run: |
41
+ echo "=== Checking Next.js config files ==="
42
+ ls -la next.config* || echo "No next.config files with wildcard"
43
+ echo "=== Content of next.config.mjs ==="
44
+ cat next.config.mjs
45
+ echo "=== Git commit info ==="
46
+ git log -1 --oneline
47
+
48
- name: Build with Next.js
49
run: npm run build
50
env:
0 commit comments