Skip to content

Update Search-Index JSON file #9

Update Search-Index JSON file

Update Search-Index JSON file #9

name: Update Search-Index JSON file
on:
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Compile scripts
run: npm run compile:scripts
- name: Run index and search
run: node scriptsOut/index-and-search.js