Skip to content

[Snyk] Security upgrade cloudcannon-jekyll from 4.0.7 to 4.1.0 #264

[Snyk] Security upgrade cloudcannon-jekyll from 4.0.7 to 4.1.0

[Snyk] Security upgrade cloudcannon-jekyll from 4.0.7 to 4.1.0 #264

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