Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC0413 committed Mar 18, 2024
1 parent faffff6 commit 5feb145
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/exportAndPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ jobs:
yarn next export
- name: Clone target repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: GaiaNet-AI/gaianet-node

- name: Copy build files
run: |
pwd
ls ../../
ls
cp -r ../out/* ./dashboard/chatbot-ui/
- name: Commit and push changes
Expand Down

0 comments on commit 5feb145

Please sign in to comment.