Skip to content

chore(main): release dashboard-components 0.6.0 #199

chore(main): release dashboard-components 0.6.0

chore(main): release dashboard-components 0.6.0 #199

Workflow file for this run

on:
push:
branches:
- "main"
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
path: components/storybook-static
install_command: cd components && npm ci&& cd ..
build_command: cd components && npm run generate-manifest && npm run build-storybook && cd ..
env:
DISABLE_PREACT_STORYBOOK: true