Skip to content

feat: [P4PU-585] added receipt error toast. (#169) #147

feat: [P4PU-585] added receipt error toast. (#169)

feat: [P4PU-585] added receipt error toast. (#169) #147

name: Deploy Storybook (develop) on GH Pages
on:
push:
branches:
- 'develop'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/github-actions-storybook-to-github-pages@b75ece8f984a32b2adb322065d7a8a2cc8db2d52 # v1.0.3
with:
install_command: yarn install
build_command: yarn build-storybook -o storybook-static
path: storybook-static