Skip to content

Commit

Permalink
fix: code owners and separate algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Dec 5, 2024
1 parent 495eebd commit ee01e40
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 53 deletions.
6 changes: 1 addition & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
* @TheCatLady

/latestRelease.json @TheCatLady @lloesche @aquamatthias @meln1k @anjafr
/docs/ @TheCatLady @lloesche @aquamatthias @meln1k @anjafr
/news/ @TheCatLady @lloesche @aquamatthias @meln1k @anjafr
* @lloesche @aquamatthias
34 changes: 0 additions & 34 deletions .github/workflows/algolia.yml

This file was deleted.

28 changes: 14 additions & 14 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4

# search-index:
# name: Update the Search Index
# needs: deploy
# runs-on: ubuntu-latest
# steps:
# - 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
search-index:
name: Update the Search Index
needs: deploy
runs-on: ubuntu-latest
steps:
- 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://cloud2sql.com
crawler-name: cloud2sql

0 comments on commit ee01e40

Please sign in to comment.