From b39267517afd15f9984183c7ef875a76852eb831 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Mon, 5 Aug 2024 22:38:42 -0600 Subject: [PATCH] nah --- .github/workflows/deploy-docs-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs-site.yml b/.github/workflows/deploy-docs-site.yml index 28010ef0fcb6d..aa85607d1422a 100644 --- a/.github/workflows/deploy-docs-site.yml +++ b/.github/workflows/deploy-docs-site.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v2 - name: Install Vercel CLI - run: pnpm install --global vercel@latest + run: npm install --global vercel@latest - name: Create preview deployment run: vercel deploy --token=${{ secrets.VERCEL_TOKEN }} @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v2 - name: Install Vercel CLI - run: pnpm install --global vercel@latest + run: npm install --global vercel@latest - name: Create production deployment run: vercel deploy --token=${{ secrets.VERCEL_TOKEN }}