Skip to content

Bump Docusaurus 3.5.2 to 3.6.1 #747

Bump Docusaurus 3.5.2 to 3.6.1

Bump Docusaurus 3.5.2 to 3.6.1 #747

Workflow file for this run

on: [pull_request]
name: Continuous integration
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout main docs repo
uses: actions/checkout@v3
- name: Setup Docusaurus
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
- name: Build website
run: |
yarn install --frozen-lockfile
yarn build