Skip to content

Adding text_similarity_reranker retriever specification (#3057) #638

Adding text_similarity_reranker retriever specification (#3057)

Adding text_similarity_reranker retriever specification (#3057) #638

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/[email protected]
with:
branch: gh-pages
folder: report