2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-01-20 05:02:42 +00:00
Files
ublas/.github/workflows/documentation.yml
2021-11-06 12:35:31 +01:00

22 lines
429 B
YAML

name: documentation
'on':
push:
paths:
- doc/**
pull_request:
paths:
- doc/**
jobs:
asciidoc:
runs-on: ubuntu-latest
name: asciidoc-documentation
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- uses: reitzig/actions-asciidoctor@v2.0.0
with:
version: 2.0.10
- run: asciidoctor doc/ublas.adoc