Skip to content

Commit faffff6

Browse files
committed
test action
1 parent cf73bd5 commit faffff6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/exportAndPush.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
run: |
3131
yarn build
3232
yarn next export
33-
mkdir gaianet-node
34-
cd gaianet-node
3533
3634
- name: Clone target repository
3735
uses: actions/checkout@v2
@@ -40,10 +38,8 @@ jobs:
4038

4139
- name: Copy build files
4240
run: |
43-
ls
44-
ls ../
41+
pwd
4542
ls ../../
46-
ls ../../../
4743
cp -r ../out/* ./dashboard/chatbot-ui/
4844
4945
- name: Commit and push changes

0 commit comments

Comments
 (0)