Skip to content

footer: add cookie policy to footer #94

footer: add cookie policy to footer

footer: add cookie policy to footer #94

Workflow file for this run

name: Build
on:
pull_request:
branches: master
push:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.4.2
- uses: actions/cache@v2
with:
path: vendor/bundle
key: gems-${{ runner.os }}-2.4.2-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
gems-${{ runner.os }}-2.4.2-
gems-${{ runner.os }}-
- name: bundle install
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- run: bundle exec middleman build