Skip to content

docs(next/readme): add build instructions for the Markdown backend #118

docs(next/readme): add build instructions for the Markdown backend

docs(next/readme): add build instructions for the Markdown backend #118

Workflow file for this run

name: check website
on:
pull_request:
branches: main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: install
run: |
pnpm install
- name: check
run: |
cd moonbit-docs
pnpm typecheck
pnpm build