From bf90b66d1af44e34f53a2e0773c5dd3834f5e4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=85=E1=85=B2=E1=84=80=E1=85=A5=E1=86=AB=E1=84=8B?= =?UTF-8?q?=E1=85=A7=E1=86=AF?= Date: Tue, 9 May 2023 23:31:46 +0900 Subject: [PATCH] build: deploy test --- .github/workflows/chromatic.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 78aa17b..6cc0147 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -46,16 +46,16 @@ jobs: # ref: deploy-test - run: ls - run: ls build/ + - run: ls dist/ # - run: ls temp-dist/ - # - run: | - # cd $GITHUB_WORKSPACE/ - # git config --global user.name "류건열" - # git config --global user.email "rjsduf0503@naver.com" - # git add . - # git commit -m "Deploy to deploy-test" - # git push + - run: | + git config --global user.name "류건열" + git config --global user.email "rjsduf0503@naver.com" + git add dist/ + git commit -m "Deploy to deploy-test" + git push - name: Push to GitHub repository uses: ad-m/github-push-action@master with: