mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 22:59:14 +00:00
debug: add ls command to inspect .pages directory
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 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/release-pages.yml
vendored
4
.github/workflows/release-pages.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user