Skip to content

refactor: new scroll logic by last user msg #553

refactor: new scroll logic by last user msg

refactor: new scroll logic by last user msg #553

Workflow file for this run

name: Storybook
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v2.3.1
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: ⚒ Install deps
run: corepack enable && yarn install --immutable
- name: ⚙️ Build storybook
run: yarn build-storybook
- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
branch: gh-pages
folder: storybook-static