Skip to content

Add chapter 2 to book #3

Add chapter 2 to book

Add chapter 2 to book #3

Workflow file for this run

on: [push]
jobs:
press_books:
runs-on: ubuntu-latest
name: Press books
steps:
- uses: actions/checkout@v4
- uses: enjikaka/asciidoctor-convert-action@v0.12
name: Build books
with:
inputPath: books
outputDir: build
- uses: actions/upload-artifact@v4
with:
name: books
path: build