Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fortanix/baklava
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Oct 7, 2024
2 parents a2bedb8 + 525212e commit c84bf8d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deploy_storybook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

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
install_command: npm ci --force
build_command: npm run storybook:build

0 comments on commit c84bf8d

Please sign in to comment.