Skip to content

Initial English Documentation #3

Initial English Documentation

Initial English Documentation #3

Workflow file for this run

name: Build documentation
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Build documentation
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Build
run: |
npm install
npm run build