Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka committed Feb 7, 2024
1 parent 2fae243 commit f53af1a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/adocs-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Asciidoctor

on:
push:
branches:
- main

jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7

- uses: reitzig/actions-asciidoctor@v2.0.1
with:
version: 2.0.18

- run: asciidoctor-epub3 books/161854/index.adoc -o build/$(book).epub

0 comments on commit f53af1a

Please sign in to comment.