diff --git a/.github/workflows/docsearch.yml b/.github/workflows/docsearch.yml index 3055027..c475391 100644 --- a/.github/workflows/docsearch.yml +++ b/.github/workflows/docsearch.yml @@ -22,6 +22,6 @@ jobs: - name: Push indices to Algolia uses: signcl/docsearch-scraper-action@master env: - APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }} - API_KEY: ${{ secrets.ALGOLIA_API_KEY }} - CONFIG: ${{ steps.algolia_config.outputs.config }} \ No newline at end of file + APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }} + API_KEY: ${{ secrets.ALGOLIA_API_KEY }} + CONFIG: ${{ steps.algolia_config.outputs.config }} \ No newline at end of file