Skip to content

Commit

Permalink
Enable indexing on deploy (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Jul 24, 2024
1 parent e9fc035 commit 31e2738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
name: Indexing
on:
schedule:
- cron: '42 20 1 * *'
workflow_dispatch:
inputs:
mode:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
GATSBY_IMS_CONFIG: ${{ secrets.AIO_IMS_PROD_CONFIG }}
GATSBY_ALGOLIA_APPLICATION_ID: ${{ secrets.AIO_ALGOLIA_APPLICATION_ID }}
GATSBY_ALGOLIA_SEARCH_API_KEY: ${{ secrets.AIO_ALGOLIA_SEARCH_API_KEY }}
ALGOLIA_INDEXATION_MODE: skip
ALGOLIA_INDEXATION_MODE: index
ALGOLIA_WRITE_API_KEY: ${{ secrets.AIO_ALGOLIA_WRITE_API_KEY }}
GATSBY_ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME || github.event.repository.name }}
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
GATSBY_SITE_DOMAIN_URL: https://developer.adobe.com
Expand Down

0 comments on commit 31e2738

Please sign in to comment.