summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2023-04-02 22:14:59 +0900
committerAcid Chicken (硫酸鶏) <root@acid-chicken.com>2023-04-02 22:14:59 +0900
commitd57a504cacde0aad78108caa01ee669c59a7ac70 (patch)
treefc53e885e18f64985d15375a0b6e49462db04185
parentci(#10336): skip build (diff)
downloadmisskey-d57a504cacde0aad78108caa01ee669c59a7ac70.tar.gz
misskey-d57a504cacde0aad78108caa01ee669c59a7ac70.tar.bz2
misskey-d57a504cacde0aad78108caa01ee669c59a7ac70.zip
ci(#10336): fix path
-rw-r--r--.github/workflows/storybook.yml2
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