diff --git a/.github/workflows/debug-action.yml b/.github/workflows/debug-action.yml index f697ea43..94d5c8c1 100644 --- a/.github/workflows/debug-action.yml +++ b/.github/workflows/debug-action.yml @@ -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: