Skip to content

@kaspersky/components Storybook #3

@kaspersky/components Storybook

@kaspersky/components Storybook #3

name: Build and Publish @kaspersky/components storybook to GitHub Pages
on:
push:
branches:
- "master"
workflow_dispatch:
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- id: build-publish
name: Deploy to GitHub Pages
uses: bitovi/[email protected]
with:
path: dist/storybook
build_command: npm run build-storybook