Merge pull request #1523 from Love4yzp/docusaurus-version #197
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Algolia Docsearch Action | |
# Trigger removed to never automatically run this action | |
on: [] | |
jobs: | |
algolia: | |
runs-on: ubuntu-latest | |
name: algolia-crawler | |
steps: | |
- uses: actions/checkout@v2 | |
- name: crawling | |
uses: darrenjennings/algolia-docsearch-action@master | |
with: | |
algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }} | |
algolia_application_id: ${{ secrets.ALGOLIA_APPLICATION_ID }} | |
file: docs/wiki_update.json |