Skip to content

Bump @mui/icons-material from 5.14.7 to 5.14.8 (#392) #93

Bump @mui/icons-material from 5.14.7 to 5.14.8 (#392)

Bump @mui/icons-material from 5.14.7 to 5.14.8 (#392) #93

Workflow file for this run

name: Build and Deploy Edge version to GH Pages
on:
workflow_dispatch:
push:
branches:
- main
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install and Build 🔧
run: |
yarn install
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build