Skip to content

Bump @bookshop/jekyll-engine from 3.12.0 to 3.13.0 #341

Bump @bookshop/jekyll-engine from 3.12.0 to 3.13.0

Bump @bookshop/jekyll-engine from 3.12.0 to 3.13.0 #341

Workflow file for this run

name: DDDEMBlog Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ '3.1' ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install Packages
run: |
npm run install-jekyll
- name: Build Jekyll
working-directory: ./site
run: |
bundle exec jekyll build