Skip to content

fix: attempt to fix search github action - clone #2

fix: attempt to fix search github action - clone

fix: attempt to fix search github action - clone #2

Workflow file for this run

name: Update Search Index
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
run: npm run build-index