Skip to content

Commit 114b3b6

Browse files
authored
Create build-storybook.yml
1 parent 24f4b98 commit 114b3b6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/build-storybook.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
push:
3+
branches:
4+
- "main"
5+
6+
permissions:
7+
contents: read
8+
pages: write
9+
id-token: write
10+
11+
jobs:
12+
deploy:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- id: build-publish
16+
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
17+
with:
18+
path: storybook-static

0 commit comments

Comments
 (0)