From d9bbd6aca9811f6de1ac33db6a96d2be488d4d8a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 18 May 2024 17:55:29 +0200 Subject: [PATCH] Update ci.yml (x4) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd5db47..b1ffd82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,6 @@ jobs: - name: Pull Vercel Environment Information run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - - name: Remove .env.example - run: rm .env.example - - name: Build Project Artifacts run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}