From e4f6fac4606070b2576bc8f63ba91c620b3f1c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Sun, 2 Apr 2023 22:10:25 +0900 Subject: [PATCH] ci(#10336): skip build --- .github/workflows/storybook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 0baa7c436..8714f0073 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -42,6 +42,7 @@ jobs: with: exitZeroOnChanges: false projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} + storybookBuildDir: packages/frontend/storybook-static workingDir: packages/frontend - name: Notify on changes uses: actions/github-script@v6.4.0