Browse Source

chore: add custom trigger support for Docs indexing action

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/8627/head
Pranav C 1 month ago
parent
commit
d8106ac2f8
  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