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 }}