File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
url : ${{ steps.deployment.outputs.page_url }}
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - name : Checkout 'test ' branch of Main Repository
31
+ - name : Checkout 'main ' branch of Main Repository
32
32
uses : actions/checkout@v4
33
33
with :
34
- repository : SwapMarket/swapmarket .github.io
34
+ repository : impa10r/impa10r .github.io
35
35
ref : test
36
36
37
37
- name : Set up Node
@@ -45,11 +45,11 @@ jobs:
45
45
46
46
- name : Update vite.config.mjs
47
47
run : |
48
- sed -i 's|base: "/",*$|base: "/testnet /",|g' vite.config.mjs
48
+ sed -i 's|base: "/",*$|base: "/boltz /",|g' vite.config.mjs
49
49
50
50
- name : Update index.tsx
51
51
run : |
52
- sed -i 's|base = "/";|base = "/testnet /";|g' src/index.tsx
52
+ sed -i 's|base = "/";|base = "/boltz /";|g' src/index.tsx
53
53
54
54
- name : Copy config
55
55
run : npm run testnet
You can’t perform that action at this time.
0 commit comments