Skip to content

Commit 71c774f

Browse files
committed
fix: make algolia part of the deploy job
1 parent a9dc39f commit 71c774f

File tree

2 files changed

+9
-34
lines changed

2 files changed

+9
-34
lines changed

.github/workflows/algolia.yml

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

.github/workflows/deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,12 @@ jobs:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
4848
uses: actions/deploy-pages@v4
49+
- name: Trigger Algolia crawl
50+
uses: algolia/algoliasearch-crawler-github-actions@v1
51+
with:
52+
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
53+
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
54+
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
55+
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
56+
site-url: https://fixinventory.org
57+
crawler-name: inventory-fix

0 commit comments

Comments
 (0)