Skip to content

Commit fe368ad

Browse files
author
Tom Mitchelmore
committed
Add Algolia refresh action
1 parent 79e8c15 commit fe368ad

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/algolia.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Algolia Docsearch Crawl
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
crawl:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Trigger Algolia Crawler
11+
uses: algolia/algoliasearch-crawler-github-actions@v1
12+
with:
13+
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
14+
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
15+
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
16+
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
17+
site-url: "https://docs.lumberjack.rareloop.com"
18+
override-config: false

0 commit comments

Comments
 (0)