Skip to content

chore(deps): update material-ui monorepo to v5.14.15 #165

chore(deps): update material-ui monorepo to v5.14.15

chore(deps): update material-ui monorepo to v5.14.15 #165

Workflow file for this run

name: Github Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # full history for contributor information
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Build Docs
run: |
cd docs
yarn install
yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build