Skip to content

Commit

Permalink
fix: attempt to fix search github action - clone
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin committed Nov 3, 2023
1 parent 1f6540e commit 018233c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update-search.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 018233c

Please sign in to comment.