From e768924d45e2f87751afdd7868acbdce14ff29e2 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 23 Apr 2024 20:18:12 +0200 Subject: [PATCH] Update ci.yml (x5) --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c019a9a..54f8f9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,15 +51,16 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 - with: - name: build - - name: Install Vercel CLI run: npm install --global vercel@canary - name: Pull Vercel Environment Information run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} + - uses: actions/download-artifact@v4 + with: + name: build + path: .vercel/ + - name: Deploy Project Artifacts to Vercel run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}