Skip to content

Commit e7f8408

Browse files
committed
fix: remove storybooK
1 parent 6f384c9 commit e7f8408

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313
jobs:
1414
publish:
1515
runs-on: ubuntu-latest
16-
environment: github-pages
1716

1817
steps:
1918
- name: Checkout repository
@@ -37,19 +36,6 @@ jobs:
3736
- name: Install dependencies
3837
run: pnpm install --frozen-lockfile
3938

40-
- name: Build Storybook
41-
run: pnpm storybook:build
42-
43-
- name: Deploy Storybook to GitHub Pages
44-
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
45-
with:
46-
install_command: pnpm install # default: npm ci
47-
build_command: pnpm storybook:build # default: npm run build-storybook
48-
path: storybook-static # default: dist/storybook
49-
checkout: false # default: true
50-
env:
51-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-
5339
- name: Build and publish to npm
5440
if: startsWith(github.ref, 'refs/tags/v')
5541
run: |

0 commit comments

Comments
 (0)