Skip to content

Merge pull request #53 from dyte-io/fix/troubleshooter-setup-screen #43

Merge pull request #53 from dyte-io/fix/troubleshooter-setup-screen

Merge pull request #53 from dyte-io/fix/troubleshooter-setup-screen #43

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- staging
repository_dispatch:
types: [deploy]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install and Build 🔧
run: |
npm i
npm i --workspaces
# Always install web-core staging
npm i -w packages/core @dytesdk/web-core@staging
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: packages/core/www