Skip to content

Commit c64d731

Browse files
author
Tom Mitchelmore
committed
Move algolia crawl into main ci
1 parent fe368ad commit c64d731

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

.github/workflows/algolia.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,18 @@ jobs:
5050
uses: actions/deploy-pages@v4
5151
with:
5252
artifact_name: docusaurus-build
53+
54+
algolia-crawl:
55+
name: Algolia Crawl
56+
runs-on: ubuntu-latest
57+
needs: [deploy]
58+
steps:
59+
- name: Trigger Algolia Crawler
60+
uses: algolia/algoliasearch-crawler-github-actions@v1
61+
with:
62+
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
63+
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
64+
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
65+
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
66+
site-url: "https://docs.lumberjack.rareloop.com"
67+
override-config: false

0 commit comments

Comments
 (0)