Skip to content

DAPP1-92: updated (#71) #50

DAPP1-92: updated (#71)

DAPP1-92: updated (#71) #50

Workflow file for this run

---
name: Build and Publish Storybook to GitHub Pages
on:
push:
branches:
- "main"
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish-storybook
with:
path: storybook-static
uses: bitovi/[email protected]
...