Skip to content

Commit

Permalink
add debug to Vercel deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FunamaYukina committed Feb 10, 2025
1 parent 7ede02f commit 6447422
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vercel-deploy-erd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-setup
- name: Check current directory
run: pwd
- name: List files
run: ls -R
- name: Install Vercel CLI
run: pnpm add --global vercel@latest
- name: Pull Vercel Enviroment Infomation
Expand Down

0 comments on commit 6447422

Please sign in to comment.