Skip to content

docs: update github pages for bette documentation #108

docs: update github pages for bette documentation

docs: update github pages for bette documentation #108

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm install
- run: npm run build