Skip to content

Commit

Permalink
Create deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsypilov authored Oct 23, 2023
1 parent a43236c commit e2a749c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Build and deploy storybook

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: bitovi/[email protected]
with:
path: dist/storybook

0 comments on commit e2a749c

Please sign in to comment.