From 83634145ff3f511589133ea971e285edf68bc6c2 Mon Sep 17 00:00:00 2001 From: baegyeong Date: Thu, 14 Nov 2024 22:15:35 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20ci:=20workflow=EC=9D=98?= =?UTF-8?q?=20build=20dir=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 5397e084..e43536d0 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -58,4 +58,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./packages/frontend/dist