/asciidoctor-action

An Action to use the Asciidoctor CLI

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Asciidoctor Github Action

An Action to use the Asciidoctor CLI

Usage

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    # Include asciidoctor-action and run the cli tool
    - uses: mgred/asciidoctor-action@master
      with:
        args: asciidoctor sample.adoc

Dependencies

License

GPL-3.0