Skip to content

Commit

Permalink
feat: create kaspersky-components-storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vostrik authored Jul 13, 2023
1 parent 10bc51b commit a28fe8b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/kaspersky-components-storybook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build and Publish @kaspersky/components storybook to GitHub Pages

on:
push:
branches:
- "master"

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

0 comments on commit a28fe8b

Please sign in to comment.