Skip to content

Bump braces from 3.0.2 to 3.0.3 #82

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #82

Workflow file for this run

name: Enable Angolia Search
on: [push]
jobs:
algolia-search:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Exec jekyll algolia
run: bundle exec jekyll algolia
env:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}