Skip to content

Commit 3183cf3

Browse files
committed
debug: add step to list build output in CI
1 parent d579ba6 commit 3183cf3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
- name: Build
1919
run: pnpm build
2020

21+
- name: Debug - List build output
22+
run: |
23+
echo "Working directory: $(pwd)"
24+
ls -la
25+
echo "---"
26+
ls -la .next/ || echo ".next/ not found"
27+
2128
- name: Upload build artifacts
2229
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
2330
with:

0 commit comments

Comments
 (0)