Skip to content

Bump redcarpet from 3.4.0 to 3.5.1 in /samples/sam-with-gem/hello_world #32

Bump redcarpet from 3.4.0 to 3.5.1 in /samples/sam-with-gem/hello_world

Bump redcarpet from 3.4.0 to 3.5.1 in /samples/sam-with-gem/hello_world #32

Workflow file for this run

name: build
on:
pull_request:
branches: "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: masarakki/docker-alias@v3
with:
image: vvakame/review:2.5
commands: review-pdfmaker
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: rm `bundle exec which review-pdfmaker`
- run: bundle exec rake pdf
- uses: actions/upload-artifact@v4
with:
name: book
path: book.pdf