Skip to content

Add license to readme #243

Add license to readme

Add license to readme #243

Workflow file for this run

name: Build Docs
on:
pull_request:
jobs:
build-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install Deps
run: npm ci
- name: Build Docs
run: npm run docs:build