Skip to content

Commit

Permalink
Merge pull request #186 from apecloud/feat/remove_schedule
Browse files Browse the repository at this point in the history
fix: algolia search
  • Loading branch information
sailwebs authored Jan 10, 2024
2 parents b2982d7 + d1a10c6 commit bf45c65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'

jobs:
algolia:
Expand Down
2 changes: 1 addition & 1 deletion docsearch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"index_name": "kubeblocks",
"index_name": "kubeblocks-us",
"start_urls": ["https://kubeblocks.io"],
"sitemap_urls": ["https://kubeblocks.io/sitemap.xml"],
"stop_urls": ["/search"],
Expand Down
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ const config = {
darkTheme: darkCodeTheme,
},
algolia: {
appId: "SES9RBYTIC",
apiKey: "81cd1a2799d82dc7218d055d2414476d",
indexName: "kubeblocks",
appId: "NRQ28YPQ0N",
apiKey: "cc5d86733eacd9eedb631ab9b39e719f",
indexName: "kubeblocks-us",
},
},
};
Expand Down

0 comments on commit bf45c65

Please sign in to comment.