Skip to content

Bump activesupport from 6.0.6 to 6.0.6.1 (#42) #58

Bump activesupport from 6.0.6 to 6.0.6.1 (#42)

Bump activesupport from 6.0.6 to 6.0.6.1 (#42) #58

Workflow file for this run

name: Build perlun.eu.org web site
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: ruby/setup-ruby@v1
with:
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Rebuild site
run: make site