Skip to content

Commit

Permalink
chore: 🤖 disable docsearch scrape as new api key doesnt allow indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Feb 1, 2023
1 parent daf8e9b commit eae61d6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com

- name: Algolia docsearch indexer
uses: darrenjennings/algolia-docsearch-action@master
with:
algolia_application_id: ${{env.ALGOLIA_APP_ID}}
algolia_api_key: ${{env.ALGOLIA_API_KEY}}
file: config.docsearch.json
# TODO: Method not allowed with this API key (might not be available for docsearch free)
# - name: Algolia docsearch indexer
# uses: darrenjennings/algolia-docsearch-action@master
# with:
# algolia_application_id: ${{env.ALGOLIA_APP_ID}}
# algolia_api_key: ${{env.ALGOLIA_API_KEY}}
# file: config.docsearch.json

0 comments on commit eae61d6

Please sign in to comment.