diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index c534ebc2..163d2231 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -355,4 +355,7 @@ jobs: if: github.ref == 'refs/heads/main' env: VERCEL_PUBLISH_TOKEN: ${{ secrets.VERCEL_PUBLISH_TOKEN }} - run: vercel website --prod --yes -t $VERCEL_PUBLISH_TOKEN || echo 'ignore errors' + run: | + npm i -g vercel + vercel --version + vercel website --prod --yes -t $VERCEL_PUBLISH_TOKEN || echo 'ignore errors' diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index a29ace3b..8ff423f8 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -23,6 +23,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 9 + - run: npm i -g vercel - run: vercel --version - name: Build run: |