We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985eb81 commit a151613Copy full SHA for a151613
.github/workflows/search_new_update.yml
@@ -1,8 +1,7 @@
1
name: Algolia Docsearch Action
2
3
-on:
4
- schedule:
5
- - cron: "0 2 15 * *"
+# Trigger removed to never automatically run this action
+on: []
6
7
jobs:
8
algolia:
@@ -11,10 +10,8 @@ jobs:
11
10
steps:
12
- uses: actions/checkout@v2
13
- name: crawling
14
- # the `uses' attribute must be a path, a Docker image, or owner/repo@ref
15
uses: darrenjennings/algolia-docsearch-action@master
16
with:
17
algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }}
18
algolia_application_id: ${{ secrets.ALGOLIA_APPLICATION_ID }}
19
- # needs to be inside $GITHUB_WORKSPACE from actions/checkout step
20
file: docs/wiki_update.json
0 commit comments