Skip to content

2) Optimize byte pair merge for small and big character sequences - 8.2s to 3.9s #105

2) Optimize byte pair merge for small and big character sequences - 8.2s to 3.9s

2) Optimize byte pair merge for small and big character sequences - 8.2s to 3.9s #105

name: Build Docs
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: docs
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
cache-dependency-path: docs/package-lock.json
- name: Install dependencies
run: npm ci
- name: Build docs
run: npm run build