diff --git a/.github/workflows/algolia.yml b/.github/workflows/algolia.yml deleted file mode 100644 index 0cf5e17..0000000 --- a/.github/workflows/algolia.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Algolia Docsearch Action - -on: - push: - branches: - - main - paths: - - 'docs/algolia-config.json' - -jobs: - example_job: - runs-on: ubuntu-latest - name: test the action - steps: - - uses: actions/checkout@v2 - - 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/algolia-config.json