Skip to content

Commit

Permalink
fix: make algolia part of the deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Dec 5, 2024
1 parent a9dc39f commit 71c774f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/algolia.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- name: Trigger Algolia crawl
uses: algolia/algoliasearch-crawler-github-actions@v1
with:
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
site-url: https://fixinventory.org
crawler-name: inventory-fix

0 comments on commit 71c774f

Please sign in to comment.