From b65d153bf0cf5edef071a1a840699127e5f62242 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 31 May 2022 10:30:42 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20Remove=20docsearch=20scrap?= =?UTF-8?q?per?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docsearch-scrap.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/docsearch-scrap.yml diff --git a/.github/workflows/docsearch-scrap.yml b/.github/workflows/docsearch-scrap.yml deleted file mode 100644 index 842a4da4b..000000000 --- a/.github/workflows/docsearch-scrap.yml +++ /dev/null @@ -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'