Skip to content

Commit c63ea8a

Browse files
committed
Build storybook on release instead of push
1 parent d313669 commit c63ea8a

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ jobs:
1818
- run: npm publish
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
21+
- run: yarn build-storybook
22+
- uses: peaceiris/actions-gh-pages@v3
23+
with:
24+
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
publish_dir: ./storybook-static

.github/workflows/storybook.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)