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