Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC0413 committed Mar 18, 2024
1 parent 7ae69a2 commit 518d212
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/exportAndPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 518d212

Please sign in to comment.