Skip to content

Commit 84d2921

Browse files
committed
fix
1 parent 833b0e4 commit 84d2921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/exportAndPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cd gaianet-node
4242
cp -r ../out/* ./dashboard/chatbot-ui
4343
cd ./dashboard/chatbot-ui
44-
sed -i 's/\/_next\//\/dashboard\/chatbot-ui\/_next\//g' index.html
44+
sed -i 's/\/_next\//chatbot-ui\/_next\//g' index.html
4545
4646
- name: Commit changes
4747
env:

0 commit comments

Comments
 (0)