Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terrancrypt committed Jul 17, 2024
1 parent 52463e9 commit 40c70b2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.15.4


- name: Install dependencies
run: pnpm install
run: npm run install

- name: Build project
run: pnpm build
run: npm run build

- name: Deploy to Vercel
env:
Expand Down

0 comments on commit 40c70b2

Please sign in to comment.