From eca24eee872c9b5c015647235c56b4af8e2340ad Mon Sep 17 00:00:00 2001 From: zhangjinzhe Date: Wed, 26 Jul 2023 15:07:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/algolia.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/algolia.yml diff --git a/.github/workflows/algolia.yml b/.github/workflows/algolia.yml deleted file mode 100644 index cd7b740ad..000000000 --- a/.github/workflows/algolia.yml +++ /dev/null @@ -1,20 +0,0 @@ -#name: algolia -#on: -# push: -# branches: -# - main -# - ts -#jobs: -# algolia: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v3 -# - name: Get the content of algolia.json as config -# id: algolia_config -# run: echo "config=$(cat crawlerConfig.json | jq -r tostring)" >> $GITHUB_OUTPUT -# - name: Push indices to Algolia -# uses: signcl/docsearch-scraper-action@master -# env: -# APPLICATION_ID: ${{ secrets.ALGOLIA_APP_ID }} -# API_KEY: ${{ secrets.ALGOLIA_API_KEY }} -# CONFIG: ${{ steps.algolia_config.outputs.config }}