Skip to content

fix(18688): trim whitespaces in Multiselect chips content (#92) #258

fix(18688): trim whitespaces in Multiselect chips content (#92)

fix(18688): trim whitespaces in Multiselect chips content (#92) #258

Workflow file for this run

name: Deploy master branch to GitHub Pages
on:
push:
branches: [v5]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Run cosmos-export to build static
run: |
npm ci
npm run build
npm run cosmos:build:export
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: cosmos-export