Browse Source

Merge pull request #8627 from nocodb/chore/typesense-indexing-custom-trigger

Add custom trigger support for Docs indexing action
pull/8541/merge
navi 1 month ago committed by GitHub
parent
commit
ba5a16381b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/publish-docs-index-typesense.yml

2
.github/workflows/publish-docs-index-typesense.yml

@ -3,6 +3,8 @@ name: "Publish : Docs search index (Typesense)"
on:
# Triggered manually
workflow_dispatch:
repository_dispatch:
types: trigger-docs-index
jobs:
doc-indexer:

Loading…
Cancel
Save