Skip to content

Small formatting updates. Temporarily removed sorting of featured posts. #11

Small formatting updates. Temporarily removed sorting of featured posts.

Small formatting updates. Temporarily removed sorting of featured posts. #11

on:
push:
branches:
- master
- main
name: algolia-search
jobs:
algolia-search:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- uses: actions/cache@v2.1.6
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Algolia Jekyll Action
uses: dieghernan/algolia-jekyll-action@v1
with:
APIKEY: '${{ secrets.ALGOLIA_API_KEY }}'