Skip to content

Commit 75c49b4

Browse files
authored
Update deploy.yml
1 parent 6ddaceb commit 75c49b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
url: ${{ steps.deployment.outputs.page_url }}
2929
runs-on: ubuntu-latest
3030
steps:
31-
- name: Checkout 'test' branch of Main Repository
31+
- name: Checkout 'main' branch of Main Repository
3232
uses: actions/checkout@v4
3333
with:
34-
repository: SwapMarket/swapmarket.github.io
34+
repository: impa10r/impa10r.github.io
3535
ref: test
3636

3737
- name: Set up Node
@@ -45,11 +45,11 @@ jobs:
4545

4646
- name: Update vite.config.mjs
4747
run: |
48-
sed -i 's|base: "/",*$|base: "/testnet/",|g' vite.config.mjs
48+
sed -i 's|base: "/",*$|base: "/boltz/",|g' vite.config.mjs
4949
5050
- name: Update index.tsx
5151
run: |
52-
sed -i 's|base = "/";|base = "/testnet/";|g' src/index.tsx
52+
sed -i 's|base = "/";|base = "/boltz/";|g' src/index.tsx
5353
5454
- name: Copy config
5555
run: npm run testnet

0 commit comments

Comments
 (0)