From 53d4ebccb3f2e8e8bfdfbaa8fd34ebea143704dc Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 23 Apr 2024 19:33:50 +0200 Subject: [PATCH] Update GH action (x2) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4ab9d7..6e2f46c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,11 +34,11 @@ jobs: - name: Build run: npm run build - + - name: Upload uses: actions/upload-pages-artifact@v3 with: - path: 'build/' + path: "build/" deploy: needs: build @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - + - name: Install Vercel CLI run: npm install --global vercel@canary