We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f384c9 commit e7f8408Copy full SHA for e7f8408
1 file changed
.github/workflows/publish.yml
@@ -13,7 +13,6 @@ permissions:
13
jobs:
14
publish:
15
runs-on: ubuntu-latest
16
- environment: github-pages
17
18
steps:
19
- name: Checkout repository
@@ -37,19 +36,6 @@ jobs:
37
36
- name: Install dependencies
38
run: pnpm install --frozen-lockfile
39
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
53
- name: Build and publish to npm
54
if: startsWith(github.ref, 'refs/tags/v')
55
run: |
0 commit comments