Skip to content

Commit

Permalink
[cd] Fix deploy CI job (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamChou19815 authored Dec 16, 2024
1 parent 7b17258 commit f6e7333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build
Expand Down

0 comments on commit f6e7333

Please sign in to comment.