Skip to content

Bump lucide-react from 0.371.0 to 0.372.0 #115

Bump lucide-react from 0.371.0 to 0.372.0

Bump lucide-react from 0.371.0 to 0.372.0 #115

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:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "21.x"
cache: npm
- uses: bitovi/[email protected]
with:
install_command: npm install
build_command: npm run build-storybook
path: storybook-static