From 2cef2feb057b73e60598b59a00f663176094ecd8 Mon Sep 17 00:00:00 2001 From: Rhen Cloud Date: Sat, 24 Jan 2026 21:52:50 +0800 Subject: [PATCH] update --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f27c03..865289d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,7 +148,7 @@ jobs: - name: Deploy to Vercel run: | vercel pull --token ${{ secrets.VERCEL_TOKEN }} --yes - vercel build --token ${{ secrets.VERCEL_TOKEN }} --yes + vercel build --token ${{ secrets.VERCEL_TOKEN }} --prod --yes vercel deploy --prod --token ${{ secrets.VERCEL_TOKEN }} --prebuilt # uses: amondnet/vercel-action@v25 # with: