Skip to content

Commit dcd53d0

Browse files
committed
vercel deployement
1 parent 4b43cd4 commit dcd53d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-ui.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25+
2526
- name: Install Vercel CLI
26-
2727
run: npm install --global vercel@latest
28+
2829
- name: Pull Vercel Environment Information
2930
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
3031

0 commit comments

Comments
 (0)