Skip to content

Commit eaabbba

Browse files
committed
host storybook on github pages
1 parent 6eb2184 commit eaabbba

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
+18
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/[email protected]
17+
with:
18+
path: storybook-static

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ $houdini
1616

1717
values.json
1818

19+
storybook-static
1920
*storybook.log

0 commit comments

Comments
 (0)