Skip to content

Index with Algolia

Index with Algolia #10

Workflow file for this run

name: Index with Algolia
on: workflow_dispatch
jobs:
bundle-algolia:
runs-on: ubuntu-latest
env:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Set up Ruby, install and cache bundle
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Index with Algolia
run: bundle exec jekyll algolia --verbose