Skip to content

chore(deps-dev): bump vite from 5.4.1 to 5.4.2 (#1229) #713

chore(deps-dev): bump vite from 5.4.1 to 5.4.2 (#1229)

chore(deps-dev): bump vite from 5.4.1 to 5.4.2 (#1229) #713

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- "main"
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
concurrency: ci-${{ github.ref }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup node env 🏗
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
check-latest: true
- name: Install and Build 🔧
run: |
npm install
npm run generate-manifest
npm run build:storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs