Skip to content

Commit

Permalink
Missing run
Browse files Browse the repository at this point in the history
  • Loading branch information
meyer1994 committed Apr 13, 2024
1 parent 3e99e02 commit d50b9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: current
cache: npm
- run: npm ci
- run:
- run: npm run build

deploy:
if: github.ref == 'refs/heads/main'
Expand All @@ -32,4 +32,4 @@ jobs:
node-version: current
cache: npm
- run: npm ci
- run: npx vercel --prod --token ${{ secrets.VERCEL_TOKEN }}
- run: npx vercel --prod --token ${{ secrets.VERCEL_TOKEN }}

0 comments on commit d50b9a4

Please sign in to comment.