Skip to content

docs: update readme and docs pages #84

docs: update readme and docs pages

docs: update readme and docs pages #84

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