Skip to content

Commit 676b6a1

Browse files
committed
invert
1 parent 7664ef9 commit 676b6a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,14 @@ jobs:
4848
- name: Compile contracts
4949
run: yarn compile:contracts
5050

51-
- name: Build website
52-
run: yarn build
53-
5451
- name: Deploy contracts to devnet
5552
run: yarn deploy:devnet
5653
env:
5754
PASSWORD: ${{ secrets.PASSWORD }}
55+
PROVER_ENABLED: false
56+
57+
- name: Build website
58+
run: yarn build
5859

5960
- name: Install Vercel CLI
6061
run: npm install --global vercel@latest

0 commit comments

Comments
 (0)