Skip to content

Commit a151613

Browse files
not apply search_new_update.yml
1 parent 985eb81 commit a151613

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Algolia Docsearch Action
22

3-
on:
4-
schedule:
5-
- cron: "0 2 15 * *"
3+
# Trigger removed to never automatically run this action
4+
on: []
65

76
jobs:
87
algolia:
@@ -11,10 +10,8 @@ jobs:
1110
steps:
1211
- uses: actions/checkout@v2
1312
- name: crawling
14-
# the `uses' attribute must be a path, a Docker image, or owner/repo@ref
1513
uses: darrenjennings/algolia-docsearch-action@master
1614
with:
1715
algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }}
1816
algolia_application_id: ${{ secrets.ALGOLIA_APPLICATION_ID }}
19-
# needs to be inside $GITHUB_WORKSPACE from actions/checkout step
2017
file: docs/wiki_update.json

0 commit comments

Comments
 (0)