Skip to content

Removed extra comma in JSON example #17

Removed extra comma in JSON example

Removed extra comma in JSON example #17

Workflow file for this run

name: Run Algolia Scraper
on:
push:
branches: ["master", "develop"]
pull_request:
branches: ["master", "develop"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: darrenjennings/algolia-docsearch-action@master
with:
algolia_application_id: ${{ secrets.ALGOLIA_APP_ID }}
algolia_api_key: ${{ secrets.ALGOLIA_API_KEY }}
file: "algolia.config.json"