From 018233c8a0c52c94c4b14db51f2a93639f7bdf77 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Fri, 3 Nov 2023 14:11:57 -0500 Subject: [PATCH] fix: attempt to fix search github action - clone --- .github/workflows/update-search.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-search.yml b/.github/workflows/update-search.yml index 784fc9e45..cc89c0ea9 100644 --- a/.github/workflows/update-search.yml +++ b/.github/workflows/update-search.yml @@ -1,12 +1,11 @@ name: Update Search Index -on: - push: - branches: - - main +on: [push] jobs: update: runs-on: ubuntu-latest steps: + - name: Check out repository code + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Make sure we have node and dependencies run: npm i - name: Process and send index updates to Algolia