We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dc39f commit 71c774fCopy full SHA for 71c774f
.github/workflows/algolia.yml
.github/workflows/deploy.yml
@@ -46,3 +46,12 @@ jobs:
46
- name: Deploy to GitHub Pages
47
id: deployment
48
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