From 518d21214781d0e0a7cfb8ede5d7025c5fc84396 Mon Sep 17 00:00:00 2001 From: JYC0413 Date: Mon, 18 Mar 2024 17:39:34 +0800 Subject: [PATCH] update --- .github/workflows/exportAndPush.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/exportAndPush.yml b/.github/workflows/exportAndPush.yml index ff3739d..79a75fc 100644 --- a/.github/workflows/exportAndPush.yml +++ b/.github/workflows/exportAndPush.yml @@ -37,13 +37,11 @@ jobs: - name: Copy build files run: | cd gaianet-node - cp -r ../out/* ./dashboard/chatbot-ui/ + cp -r ../out/* ./dashboard/chatbot-ui - name: Commit and push changes run: | cd gaianet-node -# git config --local user.email "840732889@qq.com" -# git config --global user.name "JYC0413" git add . git commit -m "Build and deploy chatbot-ui" git push \ No newline at end of file