Skip to content

Commit

Permalink
Merge pull request #2 from fortanix/mkrause/add-storybook-deployment
Browse files Browse the repository at this point in the history
Add GitHub Action for Storybook deployment
  • Loading branch information
nighto authored Oct 7, 2024
2 parents 38210ba + 612ed77 commit 7b6d9bd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy_storybook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

name: Deploy Storybook

on:
push:
branches:
- "master"

permissions:
contents: read
pages: write
id-token: write

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: storybook-static
build_command: npm run storybook:build

0 comments on commit 7b6d9bd

Please sign in to comment.