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 240a6ec commit 0c56047Copy full SHA for 0c56047
.github/workflows/deploy.yml
@@ -48,9 +48,6 @@ jobs:
48
- name: Compile contracts
49
run: yarn compile:contracts
50
51
- - name: Build website
52
- run: yarn build
53
-
54
- name: Install Vercel CLI
55
run: npm install --global vercel@latest
56
@@ -59,9 +56,7 @@ jobs:
59
60
57
- name: Deploy to Vercel
61
58
run: |
62
- mkdir -p .vercel/output
63
- mv dist .vercel/output
64
- vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --archive=tgz --yes
+ vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }} --archive=tgz --yes
65
id: deploy
66
67
- name: Comment deployment URL on PR
0 commit comments