Skip to content

Commit a975d93

Browse files
committed
Remove test files
1 parent 71ec33b commit a975d93

File tree

2 files changed

+22
-60
lines changed

2 files changed

+22
-60
lines changed

.github/workflows/algolia.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# generate a workflow that triggers in push to main
2-
# name: Algolia Re-crawler
2+
name: Algolia Re-crawler
33

4-
# on:
5-
# push:
6-
# branches:
7-
# - main
8-
# workflow_dispatch:
4+
on:
5+
push:
6+
branches:
7+
- main
8+
workflow_dispatch:
99

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"
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"

.github/workflows/build.yaml

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

0 commit comments

Comments
 (0)