Skip to content

Commit ee01e40

Browse files
committed
fix: code owners and separate algolia
1 parent 495eebd commit ee01e40

File tree

3 files changed

+15
-53
lines changed

3 files changed

+15
-53
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
* @TheCatLady
2-
3-
/latestRelease.json @TheCatLady @lloesche @aquamatthias @meln1k @anjafr
4-
/docs/ @TheCatLady @lloesche @aquamatthias @meln1k @anjafr
5-
/news/ @TheCatLady @lloesche @aquamatthias @meln1k @anjafr
1+
* @lloesche @aquamatthias

.github/workflows/algolia.yml

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

.github/workflows/deploy.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ jobs:
3939
id: deployment
4040
uses: actions/deploy-pages@v4
4141

42-
# search-index:
43-
# name: Update the Search Index
44-
# needs: deploy
45-
# runs-on: ubuntu-latest
46-
# steps:
47-
# - name: Trigger Algolia crawl
48-
# uses: algolia/algoliasearch-crawler-github-actions@v1
49-
# with:
50-
# crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
51-
# crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
52-
# algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
53-
# algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
54-
# site-url: https://fixinventory.org
55-
# crawler-name: inventory-fix
42+
search-index:
43+
name: Update the Search Index
44+
needs: deploy
45+
runs-on: ubuntu-latest
46+
steps:
47+
- name: Trigger Algolia crawl
48+
uses: algolia/algoliasearch-crawler-github-actions@v1
49+
with:
50+
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
51+
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
52+
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
53+
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
54+
site-url: https://cloud2sql.com
55+
crawler-name: cloud2sql

0 commit comments

Comments
 (0)