Skip to content

Commit 0c56047

Browse files
committed
maybe
1 parent 240a6ec commit 0c56047

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
- name: Compile contracts
4949
run: yarn compile:contracts
5050

51-
- name: Build website
52-
run: yarn build
53-
5451
- name: Install Vercel CLI
5552
run: npm install --global vercel@latest
5653

@@ -59,9 +56,7 @@ jobs:
5956

6057
- name: Deploy to Vercel
6158
run: |
62-
mkdir -p .vercel/output
63-
mv dist .vercel/output
64-
vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --archive=tgz --yes
59+
vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }} --archive=tgz --yes
6560
id: deploy
6661

6762
- name: Comment deployment URL on PR

0 commit comments

Comments
 (0)