Skip to content

Commit 2dbce2b

Browse files
committed
fix(): Temporarily remove storybook pages release.
1 parent a9063db commit 2dbce2b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/release.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
20-
- uses: actions/configure-pages@v2
19+
- uses: actions/checkout@v4
2120
- uses: actions/setup-node@v4
2221
with:
2322
node-version: 20
2423
cache: 'npm'
2524
- run: npm ci
2625
- run: npm run lint
27-
- run: npm run build && npm run build-storybook
28-
29-
- name: Upload artifact.
30-
uses: actions/upload-pages-artifact@v1
31-
with:
32-
path: ./storybook-static/
33-
34-
- name: Publish storybook build to github pages
35-
id: deployment
36-
uses: actions/deploy-pages@v1
26+
- run: npm run build
3727

3828
- run: npx semantic-release
3929
env:

0 commit comments

Comments
 (0)