Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

ci: remove vercel config and fix sonar config #784

ci: remove vercel config and fix sonar config

ci: remove vercel config and fix sonar config #784

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- uses: volta-cli/action@v4
- name: Build sdk-runtime
working-directory: ./packages/sdk-runtime
run: |
yarn install
yarn build
- name: Install and Build
working-directory: ./packages/react-chat
run: |
yarn install
yarn storybook:publish
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: docs
folder: ./packages/react-chat/docs
clean: true