Skip to content

Adoc to HTML

Adoc to HTML #1

Workflow file for this run

name: Adoc to HTML
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
- name: Convert adoc
run: |
npm i asciidoctor
asciidoctor ../../docs/modules/whats-new/whats-new.adoc
mv ../../docs/modules/whats-new/whats-new.adoc ../../docs/modules/whats-new/index.adoc