Skip to content

Commit

Permalink
Update Algolia action
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWTimmer committed Sep 22, 2023
1 parent 261214e commit 1841f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
build_command: yarn build

- name: Algolia crawler creation and crawl
uses: algolia/algoliasearch-crawler-github-actions@v1.0.10
uses: algolia/algoliasearch-crawler-github-actions@v1.1.10
id: algolia_crawler
with: # mandatory parameters
crawler-user-id: ${{ secrets.CRAWLER_ID }}
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
Expand Down

0 comments on commit 1841f47

Please sign in to comment.