Skip to content

refactor to use global config.ts for names and links #452

refactor to use global config.ts for names and links

refactor to use global config.ts for names and links #452

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 }}"