Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Bump jemoji from 0.12.0 to 0.13.0 #886

Bump jemoji from 0.12.0 to 0.13.0

Bump jemoji from 0.12.0 to 0.13.0 #886

Workflow file for this run

name: Jekyll Test
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache gems
uses: actions/cache@v1
with:
path: vendor/gems
key: ${{ runner.os }}-build-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-
- name: Test
uses: DavidS/jekyll-deploy@1.1.1
with:
build-only: true
env:
JEKYLL_ENV: production