From d2d639f2c44a80dd799a9a03ff40abb691b65672 Mon Sep 17 00:00:00 2001 From: simar7 <1254783+simar7@users.noreply.github.com> Date: Tue, 4 Jun 2024 00:27:21 -0600 Subject: [PATCH] Update cron.yml (#96) --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 74a63a2..4143d02 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -118,7 +118,7 @@ jobs: - name: Deploy Search Index to MeiliSearch Instance run: | cd avd-repo - curl -H 'Content-Type: application/json' -H 'X-Meili-API-Key: ${{ secrets.SEARCHAPITOKEN }}' -X POST ${{ secrets.SEARCHAPIHOST }}/indexes/avd/documents --data @docs/searchindex.json + curl -H 'Content-Type: application/json' -H 'X-Meili-API-Key: ${{ secrets.SEARCHAPITOKEN }}' -X POST ${{ secrets.SEARCHAPIHOST }}/indexes/avd/documents?primaryKey=title --data @docs/searchindex.json - name: Install AWS CLI run: |