diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-02 22:14:59 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-02 22:14:59 +0900 |
| commit | d57a504cacde0aad78108caa01ee669c59a7ac70 (patch) | |
| tree | fc53e885e18f64985d15375a0b6e49462db04185 | |
| parent | ci(#10336): skip build (diff) | |
| download | misskey-d57a504cacde0aad78108caa01ee669c59a7ac70.tar.gz misskey-d57a504cacde0aad78108caa01ee669c59a7ac70.tar.bz2 misskey-d57a504cacde0aad78108caa01ee669c59a7ac70.zip | |
ci(#10336): fix path
| -rw-r--r-- | .github/workflows/storybook.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 8714f00731..17bb2fd874 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -42,7 +42,7 @@ jobs: with: exitZeroOnChanges: false projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - storybookBuildDir: packages/frontend/storybook-static + storybookBuildDir: storybook-static workingDir: packages/frontend - name: Notify on changes uses: actions/github-script@v6.4.0 |