diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1ffd82..bd5db47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,9 @@ 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 }}