Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
FunamaYukina committed Feb 10, 2025
1 parent 6447422 commit b89d4f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vercel-deploy-erd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
run: pnpm build
- name: Update index.html content
run: pnpm --filter ${{ matrix.apps.name }} update_dist_content
- name: Find all public directories and check permissions
run: |
find . -type d -name 'public' -exec ls -ld {} \;
- name: Build Project Artifacts
run: vercel build ${{ needs.setup-deployment.outputs.environment == 'production' && '--prod' || '' }}
- name: Deploy Project Artifacts to Vercel
Expand Down

0 comments on commit b89d4f4

Please sign in to comment.