diff --git a/.github/workflows/website-builder.yml b/.github/workflows/website-builder.yml index a85d1e69a..4ed6b941a 100644 --- a/.github/workflows/website-builder.yml +++ b/.github/workflows/website-builder.yml @@ -49,9 +49,11 @@ jobs: - name: Algolia crawler creation and crawl uses: algolia/algoliasearch-crawler-github-actions@v1.1.10 id: algolia_crawler - with: # mandatory parameters + with: + crawler-api-base-url: 'https://crawler.algolia.com/api/1/' 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 }} site-url: 'https://www.rascal-mpl.org' + crawler-name: 'rascal'