mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
Generate dynamic storybook stories at build time
This commit is contained in:
parent
41435e2d7e
commit
415e5773bb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-storybook.yml
vendored
3
.github/workflows/build-storybook.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
|||
run: | # Install npm packages and build the Storybook files
|
||||
cd web
|
||||
npm install --include-dev --force
|
||||
cd .storybook/tools
|
||||
./generate-stories.sh
|
||||
cd -
|
||||
npm run build-storybook -- -o ../docs/components
|
||||
|
||||
- name: Dispatch event to web site
|
||||
|
|
Loading…
Reference in a new issue