Skip to content

chore: add Lucene evolution details #67

chore: add Lucene evolution details

chore: add Lucene evolution details #67

Workflow file for this run

on:
push:
branches: [main]
workflow_dispatch:
name: Build and deploy on push
permissions: write-all
jobs:
build:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: 'custom deploy'
uses: './.github/action/'
env:
PAGES_BRANCH: gh-pages
BUILD_THEMES: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}