Skip to content

Commit 3200082

Browse files
committed
edit
1 parent 1fc5cc3 commit 3200082

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/algolia-crawl.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
name: Algolia Recrawl Example
1+
name: Algolia Crawler
22

33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
types: ['opened', 'edited', 'reopened', 'synchronize']
86

97
jobs:
108
algolia_crawl:
119
name: Algolia Recrawl
1210
runs-on: ubuntu-latest
1311
steps:
14-
# checkout this repo
1512
- name: Checkout Repo
1613
uses: actions/checkout@v2
1714

1815
- name: Algolia crawler creation and crawl
19-
uses: algolia/algoliasearch-crawler-github-actions@v1
16+
uses: algolia/algoliasearch-crawler-github-actions@v1.1.13
2017
id: algolia_crawler
21-
with: # mandatory parameters
18+
with:
2219
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
2320
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
2421
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}

0 commit comments

Comments
 (0)