diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-02 22:10:25 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-02 22:10:25 +0900 |
| commit | e4f6fac4606070b2576bc8f63ba91c620b3f1c17 (patch) | |
| tree | e0a0cfb30a3d2aaf8ee1455c5c615be79f847e2d | |
| parent | ci(#10336): missing working directory (diff) | |
| download | misskey-e4f6fac4606070b2576bc8f63ba91c620b3f1c17.tar.gz misskey-e4f6fac4606070b2576bc8f63ba91c620b3f1c17.tar.bz2 misskey-e4f6fac4606070b2576bc8f63ba91c620b3f1c17.zip | |
ci(#10336): skip build
| -rw-r--r-- | .github/workflows/storybook.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 0baa7c4360..8714f00731 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 |