Skip to content

feat(tools): add developer tools links to tools section and footer #47

feat(tools): add developer tools links to tools section and footer

feat(tools): add developer tools links to tools section and footer #47

name: Deploy Storybook
on:
push:
branches: [main]
paths:
- 'components/**'
- '.storybook/**'
- 'package.json'
- 'pnpm-lock.yaml'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build-storybook
- uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: pages deploy storybook-static --project-name openwallet-storybook