Skip to content

Update asciidoctor-epub3 requirement from 2.1.0 to 2.1.3 #270

Update asciidoctor-epub3 requirement from 2.1.0 to 2.1.3

Update asciidoctor-epub3 requirement from 2.1.0 to 2.1.3 #270

Workflow file for this run

name: Pull Request Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build book
run: bundle exec rake book:build