2
0

ci: 👷 Remove docsearch scrapper

This commit is contained in:
Baptiste Arnaud
2022-05-31 10:30:42 +02:00
parent c6bd3ea634
commit b65d153bf0

View File

@@ -1,17 +0,0 @@
name: Docsearch Scrap
on:
schedule:
- cron: '0 8 * * *'
jobs:
scrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: darrenjennings/algolia-docsearch-action@master
with:
algolia_application_id: 'DXYNLHZTGJ'
algolia_api_key: ${{secrets.DOCSEARCH_API_KEY}}
file: 'apps/docs/docsearch-scrapper-config.json'