Skip to content

fix(deps): update dependency mdx-mermaid to v2 #437

fix(deps): update dependency mdx-mermaid to v2

fix(deps): update dependency mdx-mermaid to v2 #437

Workflow file for this run

name: Test build Docusaurus source for Pull Requests
on: [push]
jobs:
test_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install dependencies
run: npm install
- name: Build Docusaurus from source
run: npm run build