Skip to content

Bump nokogiri from 1.13.10 to 1.16.5 (#57) #89

Bump nokogiri from 1.13.10 to 1.16.5 (#57)

Bump nokogiri from 1.13.10 to 1.16.5 (#57) #89

Workflow file for this run

name: Build perlun.eu.org web site
on: [push]
jobs:
build:
runs-on: ubuntu-22.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