Skip to content

algolia-docs-sync

Actions
Render upload docs to Algolia Search
v1.1.0
Latest
Star (3)

Tags

 (1)

Algolia-Docs-Sync

Semantic Release

Inputs

algoliaId

Required Algolia Application ID

algoliaKey

Required Algolia Admin Key (not readonly)

algoliaIndex

Required Algolia Index to write to

Example usage

name: Sync Algolia

on:
  push:
    branches:
      - 'main'

jobs:
  algolia:
    runs-on: ubuntu-latest
    name: Algolia Sync
    steps:
      - uses: actions/checkout@v2

      - uses: opstrace/algolia-docs-sync@v1.0.2
        with:
          algoliaId: 'QTVPN6XDU8'
          algoliaKey: ${{ secrets.ALGOLIA_KEY }}
          algoliaIndex: 'opstrace-test'

algolia-docs-sync is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Render upload docs to Algolia Search
v1.1.0
Latest

Tags

 (1)

algolia-docs-sync is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.