Created
December 17, 2019 16:09
-
-
Save jessgusclark/97faa85c1ceec4adae48e3420410af0e to your computer and use it in GitHub Desktop.
Algolia Pipelines Step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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