This commit is contained in:
2026-01-18 16:41:51 +08:00
parent 1ccabb91e4
commit 2f13248729

View File

@@ -141,8 +141,8 @@ jobs:
- name: Deploy to Vercel - name: Deploy to Vercel
run: | run: |
vercel build --prod --yes vercel build --token ${{ secrets.VERCEL_TOKEN }} --yes
vercel --token ${{ secrets.VERCEL_TOKEN }} --prebuilt --yes vercel --token ${{ secrets.VERCEL_TOKEN }} --prebuilt --yes --prod
deploy-edgeone: deploy-edgeone:
needs: build needs: build