Skip to content

Show count of items in list group's tag #15307

Show count of items in list group's tag

Show count of items in list group's tag #15307

Workflow file for this run

name: storybook
on:
push:
paths:
- 'storybook/**/*'
- 'pkg/rancher-components/**/*'
- 'shell/components/**/*'
- 'shell/assets/**/*'
- 'shell/utils/**/*'
- 'shell/directives/**/*'
- 'shell/config/**/*'
- 'shell/composables/**/*'
branches:
- master
pull_request:
paths:
- 'storybook/**/*'
- 'pkg/rancher-components/**/*'
- 'shell/components/**/*'
- 'shell/assets/**/*'
- 'shell/utils/**/*'
- 'shell/directives/**/*'
- 'shell/config/**/*'
- 'shell/composables/**/*'
branches:
- master
jobs:
storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: Install packages
run: yarn install
- name: Build Storybook
run: |
yarn build-storybook
- name: Publish Storybook
if: ${{ github.event_name == 'push' && github.repository_owner == 'rancher'}}
env:
STORYBOOK_TOKEN: ${{ secrets.STORYBOOK_TOKEN }}
run: .github/workflows/scripts/publish-storybook