Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commitb7882ca

Browse files
committed
trigger crawler on each deployment
1 parent1afd9c0 commitb7882ca

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

‎.github/workflows/algolia.yml‎

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# generate a workflow that triggers in push to main
2+
name:Algolia Re-crawler
3+
4+
on:
5+
push:
6+
branches:
7+
-main
8+
workflow_dispatch:
9+
10+
jobs:
11+
algolia_recrawl:
12+
runs-on:ubuntu-latest
13+
steps:
14+
-name:Sleep for 120s
15+
run:sleep 120
16+
-name:Algolia crawler creation and crawl
17+
uses:algolia/algoliasearch-crawler-github-actions@v1.0.10
18+
id:algolia_crawler
19+
with:# mandatory parameters
20+
crawler-user-id:${{ secrets.CRAWLER_USER_ID }}
21+
crawler-api-key:${{ secrets.CRAWLER_API_KEY }}
22+
algolia-app-id:${{ secrets.ALGOLIA_APP_ID }}
23+
algolia-api-key:${{ secrets.ALGOLIA_API_KEY }}
24+
crawler-name:coderabbit
25+
site-url:"https://docs.coderabbit.ai"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp