Skip to content

Commit 93594af

Browse files
authored
Update deploy.yml
1 parent 75c49b4 commit 93594af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
repository: impa10r/impa10r.github.io
35-
ref: test
3635

3736
- name: Set up Node
3837
uses: actions/setup-node@v4
@@ -52,7 +51,7 @@ jobs:
5251
sed -i 's|base = "/";|base = "/boltz/";|g' src/index.tsx
5352
5453
- name: Copy config
55-
run: npm run testnet
54+
run: npm run mainnet
5655

5756
- name: Build
5857
run: npm run build

0 commit comments

Comments
 (0)