Skip to content

fix: Correct a few docsearch bugs #1071

fix: Correct a few docsearch bugs

fix: Correct a few docsearch bugs #1071

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- uses: preactjs/compressed-size-action@v2
with:
pattern: 'build/**/*.{js,css}'
exclude: 'build/assets/{prerender,xmldom,release,repos}-*.js'
strip-hash: '-(.{8})\.'
minimum-change-threshold: 100