Skip to content

Update dependency @mdx-js/react to v3.1.0 #191

Update dependency @mdx-js/react to v3.1.0

Update dependency @mdx-js/react to v3.1.0 #191

Workflow file for this run

name: build site
on:
pull_request:
branches:
- main
- develop
- feature/docusaurus
push:
branches:
- feature/docusaurus
jobs:
build:
name: Build docusaurus Site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- name: install yarn
run: npm i -g --force yarn
- name: restore yarn
run: |
cd $GITHUB_WORKSPACE/src
yarn install
- name: yarn build
run: |
cd $GITHUB_WORKSPACE/src
yarn run build