Skip to content

Commit e5f595e

Browse files
committed
fix
1 parent 84d2921 commit e5f595e

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\//chatbot-ui\/_next\//g' index.html
44+
sed -i 's/href="\/"/href="/g; s/src="\/"/src="/g'
4545
4646
- name: Commit changes
4747
env:

0 commit comments

Comments
 (0)