Skip to content

fix: improve ux

fix: improve ux #86

Workflow file for this run

name: Main workflow
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Specific Node.js version 🦄
uses: actions/setup-node@v3
with:
node-version: 16
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build
run: |
npm install
npm run generate-chats-qr
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist