From aa9b930e5fa5290fc564838b0e655dba36d70def Mon Sep 17 00:00:00 2001 From: k000927 Date: Sat, 27 Jul 2024 02:01:27 +0900 Subject: [PATCH] test: actions test --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 9c052c56..5322d26a 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -23,4 +23,4 @@ jobs: aws-region: ap-northeast-2 - name: Deploy static site to S3 bucket - run: aws s3 sync ./ s3://hybridjsg-frontend \ No newline at end of file + run: aws s3 sync ./ s3://hybridjgs-frontend \ No newline at end of file