Skip to content

Update BI 2.3.0 Quick Start (#902) #2707

Update BI 2.3.0 Quick Start (#902)

Update BI 2.3.0 Quick Start (#902) #2707

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install docs tools
run: npm install
- name: Build docs
run: npm run build