Skip to content

Instantly share code, notes, and snippets.

@jessgusclark
Created December 17, 2019 16:09
Show Gist options
  • Save jessgusclark/97faa85c1ceec4adae48e3420410af0e to your computer and use it in GitHub Desktop.
Save jessgusclark/97faa85c1ceec4adae48e3420410af0e to your computer and use it in GitHub Desktop.
Algolia Pipelines Step
- step:
name: Send content to Algolia
caches:
- bundler
script:
# install dependencies
- bundle install --path vendor/bundle
# Run the Algolia Jekyll plugin
- bundle exec jekyll algolia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment