Skip to content

Bump @mui/icons-material from 6.4.5 to 6.4.6 in /components/frontend #18891

Bump @mui/icons-material from 6.4.5 to 6.4.6 in /components/frontend

Bump @mui/icons-material from 6.4.5 to 6.4.6 in /components/frontend #18891

Workflow file for this run

---
name: Documentation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.5.29"
- name: Install dependencies, run unit tests and check quality
run: |
cd docs
uv venv
ci/pip-install.sh
npm install --ignore-scripts
ci/unittest.sh
ci/quality.sh