Skip to content

Bump fast-uri from 3.1.0 to 3.1.2 (#216) #47

Bump fast-uri from 3.1.0 to 3.1.2 (#216)

Bump fast-uri from 3.1.0 to 3.1.2 (#216) #47

Workflow file for this run

name: Build and Deploy storybook
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "npm"
- name: Install and Build 🔧
run: |
npm ci
npm run build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
with:
folder: storybook-static