From cd2a3e549c2daf45bd27cdb797d7a9bbc74b4e99 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 16 Oct 2025 04:18:34 +0000 Subject: [PATCH] debug: add ls command to inspect .pages directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add debug step to list contents of .pages directory before Vercel deployment to help troubleshoot deployment issues. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/release-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-pages.yml b/.github/workflows/release-pages.yml index 760989b78..2c3b9a8d5 100644 --- a/.github/workflows/release-pages.yml +++ b/.github/workflows/release-pages.yml @@ -121,6 +121,10 @@ jobs: name: built-pages path: ./.pages + # debug ls of ./.pages + - name: List ./.pages contents + run: ls -la ./.pages + - name: Deploy to Vercel uses: amondnet/vercel-action@v20 with: