Skip to content

Fix asciidoctor build by moving away from pygments highlighting to ro… #150

Fix asciidoctor build by moving away from pygments highlighting to ro…

Fix asciidoctor build by moving away from pygments highlighting to ro… #150

name: Generate Documentation from ASCIIDoc
on:
push:
branches-ignore: [ master ]
pull_request:
branches: [ master ]
jobs:
checkout-and-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11 ]
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up java
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Build ASCIIDoc with Gradle
run: ./gradlew clean asciidoctor