From 9b385d524cd7eb2b6aaeaffce8f7e5ab22207516 Mon Sep 17 00:00:00 2001 From: JYC0413 Date: Tue, 19 Mar 2024 09:35:18 +0800 Subject: [PATCH] fix --- .github/workflows/exportAndPush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exportAndPush.yml b/.github/workflows/exportAndPush.yml index a423a82..98cb6ef 100644 --- a/.github/workflows/exportAndPush.yml +++ b/.github/workflows/exportAndPush.yml @@ -41,7 +41,7 @@ jobs: cd gaianet-node cp -r ../out/* ./dashboard/chatbot-ui cd ./dashboard/chatbot-ui - mv index.html ./chatbot-ui/index.html + sed -i 's/\/_next\//\/dashboard\/chatbot-ui\/_next\//g' index.js - name: Commit changes env: