Update ci.yml (x4)

This commit is contained in:
Santiago Lo Coco 2024-05-18 17:55:29 +02:00
parent 27ba393b56
commit d9bbd6aca9
1 changed files with 0 additions and 3 deletions

View File

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