Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ npm to install
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash committed Dec 24, 2023
1 parent ddc0c60 commit 5ae8d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
cache: yarn

- name: Install Vercel CLI πŸ“¦
run: yarn --cwd website/ add global vercel@latest
run: npm i -g vercel

- name: Pull Vercel environment information πŸ”‘
run: vercel pull --yes --token=${{ secrets.VERCEL_TOKEN }}
run: npx vercel pull --yes --token=${{ secrets.VERCEL_TOKEN }}

- name: Build website πŸ—
env:
Expand Down

0 comments on commit 5ae8d6a

Please sign in to comment.