diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-02 21:31:50 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-02 21:31:50 +0900 |
| commit | 5ab02cbeea88524664c3d65ffa824157db2a89f3 (patch) | |
| tree | 2dfe0a3439abbe810f1394b27617be62a76e4f79 | |
| parent | build(#10336): isChromatic (diff) | |
| parent | ci(#10336): fetch-depth (diff) | |
| download | misskey-5ab02cbeea88524664c3d65ffa824157db2a89f3.tar.gz misskey-5ab02cbeea88524664c3d65ffa824157db2a89f3.tar.bz2 misskey-5ab02cbeea88524664c3d65ffa824157db2a89f3.zip | |
Merge branch 'storybook' of https://github.com/misskey-dev/misskey into storybook
| -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 42ecf148ee..374e44e297 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -14,6 +14,7 @@ jobs: steps: - uses: actions/checkout@v3.3.0 with: + fetch-depth: 0 submodules: true - name: Install pnpm uses: pnpm/action-setup@v2 |