Skip to content

Migrate from react-toolbox to mui and support themes #6

Migrate from react-toolbox to mui and support themes

Migrate from react-toolbox to mui and support themes #6

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
yarn install
yarn run build
touch build/.nojekyll
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build