Skip to content

formium/algolia-docsearch-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algolia Docsearch Action

This action runs the docsearch scraper and updates an index.

Inputs

algolia_application_id

Required 'Aloglia docsearch APPLICATION_ID

algolia_api_key

Required Aloglia docsearch API_KEY

file

Required File able to be accessed from $GITHUB_WORKSPACE, used in tandem with actions/checkout@master

Example usage

- uses: actions/checkout@master
- uses: darrenjennings/algolia-docsearch-action@master
  with:
    algolia_application_id: 'XXXXX83LWT'
    algolia_api_key: 'xxxxxxxxxxxxxxxxxxxx42935deb8d9d'
    file: 'algolia/my-algolia-config.json'

About

runs the docsearch scraper and updates an index

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 88.1%
  • Dockerfile 11.9%