We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e01b7 commit 78c8573Copy full SHA for 78c8573
1 file changed
.github/workflows/ci.yaml
@@ -15,11 +15,13 @@ jobs:
15
- uses: pnpm/action-setup@v3
16
with:
17
version: 9
18
+ - name: Build
19
+ run: pnpm run build
20
- name: Install Vercel CLI
21
run: npm install --global vercel@canary
22
- name: Pull Vercel Environment Information
23
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
24
- name: Build Project Artifacts
25
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
26
- name: Deploy Project Artifacts to Vercel
- run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
27
+ run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments