Skip to content

upgrade to docusaurus 3.0.0 #12

upgrade to docusaurus 3.0.0

upgrade to docusaurus 3.0.0 #12

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
name: Test Build
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
matrix:
node: ['latest', 'lts/*']
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Installation
run: yarn
- name: Docusaurus Build
run: yarn build