Skip to content

Commit

Permalink
Chore: 워크플로우 문법 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
angielxx committed Aug 17, 2024
1 parent 08bc5ac commit ae05117
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v2

- name: Install Vercel CLI
- name: Install Vercel CLI
run: npm install --global vercel@latest

- name: Pull Vercel Environment Information
Expand All @@ -27,4 +27,3 @@ jobs:

- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit ae05117

Please sign in to comment.