Skip to content

Commit

Permalink
not apply search_new_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJeffson authored Jul 15, 2024
1 parent 985eb81 commit a151613
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/search_new_update.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Algolia Docsearch Action

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

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

0 comments on commit a151613

Please sign in to comment.