Skip to content

fix build error

fix build error #456

Workflow file for this run

name: Build Search Index
on:
push:
branches:
- main
jobs:
index:
runs-on: ubuntu-latest
steps:
- name: Trigger Algolia index
run: curl -f "https://developers.nextcommerce.com/api/algolia?token=${{ secrets.ALGOLIA_INDEX_SECRET }}"