Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin2004 authored Feb 3, 2025
1 parent 2b32ce4 commit ba07e91
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,4 @@ jobs:
user_name: ${{ env.GIT_USER }}
user_email: ${{ env.GIT_EMAIL }}
commit_msg: ${{ github.event.head_commit.message }}
- name: Install Vercel CLI
run: npm install -g vercel

- name: Authenticate with Vercel
run: vercel login ${{ secrets.VERCEL_ACCESS_TOKEN }}

- name: Deploy to Vercel
run: vercel --prod --token ${{ secrets.VERCEL_ACCESS_TOKEN }}

0 comments on commit ba07e91

Please sign in to comment.