Skip to content

Update CI and fix Python builds (#59) #66

Update CI and fix Python builds (#59)

Update CI and fix Python builds (#59) #66

Workflow file for this run

name: test-doc
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
adoc-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build docs
uses: avattathil/asciidoctor-action@v2
with:
program: "asciidoctor docs/index.adoc -o docs/index.html"