Skip to content

Add minimum_should_match to terms_set (#2901) #577

Add minimum_should_match to terms_set (#2901)

Add minimum_should_match to terms_set (#2901) #577

name: Deploy GH pages report
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- 'specification/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: |
npm install --prefix compiler
- name: Generate output
run: |
make generate
- name: Generate graph
run: |
node compiler/reporter/index.js
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.2
with:
branch: gh-pages
folder: report